Optionally, extended DMS can be configured to mirror the Patricia trusted login feature set (SSO). When trusted login is configured, users will not be required to enter a password when accessing the case browser, or to Nuxeo, when a document is right-clicked and the user selects "via in DMS server".
- 1 Admin Setup: Enabling Extended DMS trusted login
- 2 Client Usage: Accessing Case Browser using Default Web Browser
- 3 Mounting the WebDav Drive
...
Anchor 3 3
Mounting the WebDav Drive
3 | |
3 |
If you are using Patricia 5.5 of earlier, then you must configure the WebDAV mount. The WebDav drive in this scenario will be mounted using the windows username (in uppercase) and the static password configured in pi-nuxeo.xml (described below).
Anchor 1 1
1 | |
1 |
...
Enabling Static Password
...
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>
...
The active directory domain name and server address will be used to authenticate users when they log in from home machine.
...
In addition to being able to use the DMS tab in Patricia, the user can right-click on the PINXDesktop tool in the taskbar, and select Go to Case Browser menu item, which will log the user into the case browser via the trust login mechanism.
When in a given case, the user can right-click on a document, and select 'Open in DMS browser', to be able to access the Nuxeo DMS interface for the file via the trusted login mechanism.
.