...
Anchor1 1
Admin Setup: Enabling Extended DMS trusted login
1 | |
1 |
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):
Code Block language xml <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>
...