Configuring LDAP server details

Use this procedure to enable LDAP capabilities after the Fabric Services System application has been installed or upgraded. You can also use this procedure to update or delete LDAP configuration.
  1. Update the sample-input json file with the LDAP settings.
    In the fss section of the sample-input.json file, set the following parameters:
    • truststoreFilename: the location of the truststore filename with the absolute path information. The JKS file must be generated to access the LDAP server from the Fabric Services System instance. The alternate names in the certificate should match the name and IP address configured for the federation provider (using the Fabric Services System UI or REST API).
    • truststorePassword: the password used to access the truststore
  2. Update the system configuration.
    Execute the following commands:
    # fss-install.sh configure <input.json>
    # fss-upgrade.sh upgrade
Update federation provider settings as needed.