LDAP/SSO Configuration¶
You may use LDAP and Active Directory user groups to restrict the visibility of certain printers for users.
Configuring LDAP¶
-
Open the SEAL APW Service configuration file:
C:\ProgramData\SEAL Systems\config\apw-rest.yml
-
Enter the URL of the LDAP server:
url: ldap://<hostname.port>
Hint - Active Directory server
If you use an Active Directory server you may use the following setting:
url: ldap://<foo.local>
-
Enter the LDAP Distinguished Name to configure the user search and group membership:
baseDN: DC=<foo>,DC=<local>
-
Enter user name and password to configure the group search in LDAP:
username: <user@foo.local> password: <secret>
-
Restart SEAL APW REST service:
restart-service apw-rest
-
Check the log file for connection errors:
C:\ProgramData\SEAL Systems\log\apw-rest.log
-
Open the
http://localhost:8085
index page in a browser.The current user name and the group memberships will be displayed.
Activating Single Sign-On¶
If you wish to activate Single Sign-on (SSO) with NTLM, your browser needs to trust the host name of SEAL APW REST service.
-
Start Internet Explorer.
-
Open the following page:
Tools/Internet Options/Security/Trusted Sites
-
Enter the URL of the server on which SEAL APW REST service is installed.