...
Importing the web agents:
This section assumes Ubisecure CustomerID is installed on a different server than Ubisecure SSO. See below if Ubisecure CustomerID is installed on the same server as Ubisecure SSO.
- Copy the LDIF files found from
%PROGRAMFILES%\Ubisecure\customerid\application\ldap
on the Ubisecure CustomerID server to Ubisecure SSO server. You can place them on the desktop in a folder calledcustomerid-ldifs
. Use the
import.cmd
script in the pathUBILOGIN_HOME\ldap\adam\import.cmd
to import these filesCode Block language text cd /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"
- Securely remove the temporary files from the desktop.
Info | |||||
---|---|---|---|---|---|
If Ubisecure CustomerID is installed on the same server as Ubisecure SSO, this command can be run in place.
|