Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

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

...

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

...

.Import

  1. Copy the LDIF files

...

  1. 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 called customerid-ldifs.
  2. Use the import.cmd script in the path UBILOGIN_HOME\ldap\adam\import.cmd to import these files

    Code Block
    languagetext
    cd /D "%PROGRAMFILES%\Ubisecure\

...

  1. ubilogin-sso\

...

  1. 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

...

Importing the web agent when CustomerID is on a separate host than SSO:

  1. Copy the relevant LDIF files from CustomerID server to SSO. You can place them on the desktop in a folder called "customerid-ldifs"
  2. Use the import.cmd script in the path UBILOGIN_HOME\ldap\adam\import.cmd to import these files
    "


  3. 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.

Code Block
languagetext
cd /D "%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\ldap\adam"
import.cmd "

...

..\..\..\..\customerid\application\ldap\customerid-ldifs\customerid.ldif"
import.cmd "

...

..\..\..\..\customerid\application\ldap\customerid-ldifs\customerid-secrets.ldif"
import.cmd "

...

..\..\..\..\customerid\application\ldap\customerid-ldifs\customerid-adlds.ldif"