Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Ensure that your application server (hosting the STServerService and STServerWeb applications) can communicate with your Active Directory on the appropriate ports:

    • LDAP uses TCP 389

    • LDAPS uses TCP 636

  • Test that you have the correct settings

Softrip Global Settings

This section describes the global Softrip settings to indicate the Active Directory endpoint to use for authentication.

...

  1. Log in to your Softrip back-office application (SoftripNext)

  2. Got to "Security - System Settings":

  3. In the System Settings, open the "System Settings - All Settings" screen:

  4. In the "Defaults" screen, create a new Default record using the "+" button on the grid:

  5. Fill in the details for this setting:

    1. DefaultID should be "LDAPCONNECTIONSTRING"

    2. Description should be "LDAP Connection String"

    3. Value is your LDAP or LDAPS connection string (including the correct port for LDAP/LDAPS). You should use the connection string that was confirmed to be correct from the LDAPS Tester tool.
      For example:
      LDAP://activedirectory.domain.com:636/DC=domain,DC=com

  6. Save changes

  7. Restart your Softrip middle tier applications for the new setting to take effect

    1. For STServerWeb (SoftripNext), recycle its application pool on your application server's IIS instance

    2. For STServerService (SoftripNet), restart the STServerService Windows service on your application server

...