LDAP Integration with SSL

Perform the following steps to add LDAP to FTASecurity User Federation:
  1. Stop the FTASecurity Service.
  2. Go to the
    SCIOSecurity\standalone\configuration\standalone.xml
    directory, open the
    standalone.xml
    file in an text editor.
  3. Add the following SPI tag for truststore after the SPI “hostname” section
    <spi name="truststore">
    <provider name="file" enabled="true">
    <properties>
    <property name="file" value="C:/SecurityTestMigration2/Mytest/SCIOSecurity/standalone/configuration/fta_truststore.jks"/>
    <property name="password" value="password"/>
    </properties>
    </provider>
    </spi>
    Refer the following image:
    Truststore SPI
  4. Start the FTASecurity service.
  5. Login to the client machine with the configured username and password.
  6. Login to the FTASecurity with given username and password to configure FTASecurity.
  7. Navigate to the User Federation menu and select [ldap] from the [Add provider...] drop-down list.
    Vendor
  8. Select [Active Directory] from the Vendor drop-down list.
    Vendor
  9. Enter the [Connection URL]
    ldaps://<windows server IP>:<LDAP port number>
    . The default LDAP port number is 636.
    For example: ldaps://192.168.10.45:636
  10. Click [Test Connection]. The success message displays.
  11. Enter the following details and click [Test Authentication]:
    • Users DN
    • Bind DN
    • Bind Credential
    The success message displays.
    User DN and Bind Credentials
  12. Click [Save].
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.