Ubisecure CustomerID needs two web agents. The first one is used to provide login functionality to the Ubisecure CustomerID user interfaces and it also provides the LDAP user account that Ubisecure CustomerID uses when accessing Ubisecure Directory. The second web agent is used when performing verifications during registrations. Ubisecure CustomerID installation package contains LDIF import files that need to be imported to Ubisecure Directory using the import functionality of Ubisecure SSO.
Importing the web agent when CustomerID is on the same host as SSO:
Import the LDIF files that create the web agent by issuing the following commands:
cd /D "%PROGRAMFILES%\Ubisecure\customerid\application\ldap" import.cmd customerid.ldif import.cmd customerid-secrets.ldif import.cmd customerid-adlds.ldif
Importing the web agent when CustomerID is on a separate host than SSO:
- Copy the relevant LDIF files from CustomerID server to SSO. You can place them on the desktop in a folder called "customerid-ldifs"
Use the
import.cmd
script in the pathUBILOGIN_HOME\ldap\adam\import.cmd
to import these filescd /D "%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\ldap\adam" import.cmd "%USERPROFILE%\Desktop\customerid-ldifs\customerid.ldif" import.cmd "%USERPROFILE%\Desktop\customerid-ldifs\customerid-secrets.ldif" import.cmd "%USERPROFILE%\Desktop\customerid-ldifs\customerid-adlds.ldif"