Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
1
1
Admin Setup: Enabling Extended DMS trusted login

To enable the trusted login feature, follow the 2 setup steps below.

...

Enable the static password feature, set a static password for the environment in the /etc/nuxeo/pi-nuxeo.xml file (or C:\ProgramData\Nuxeo\conf\pi-nuxeo.xml on Windows).  The pi-nuxeo.xml is not accessible to users.  Add below settings (static password should be set to something stronger than example):

  1. Code Block
    languagexml
    <entry key="sso.mode.enabled">true</entry>
    <entry key="sso.static.pass">123456</entry>
    <entry key="ad.domain.name">GHFIP.local</entry>
    <entry key="ad.server.addr">192.168.3.20</entry>

...