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

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:

Import the following LDIF files found from /usr/local/ubisecure/customerid/application/ldap by executing these commands: 

Code Block
languagetext
themeRDark
cd /usr/local/ubisecure/customerid/application/ldap
./import.sh customerid.ldif
./import.sh customerid-secrets.ldif

...

  1. Copy the relevant LDIF files from CustomerID server to SSO. You can place them on the home directory in a directory called "customerid-ldifs"
  2. Use the import.sh script in the path UBILOGIN_HOME/ldap/openldap/import.sh to import these files

    Code Block
    languagetext
    cd /usr/local/ubisecure/ubilogin-sso/ubilogin/ldap/openldap

...

  1. 
    ./import.sh ~/customerid-ldifs/customerid.ldif

...

  1. 
    ./import.sh ~/customerid-ldifs/customerid-secrets.ldif