etc/application_stackstate.conf
file located in the StackState installation directory. Check out this page -Configure authentication - for more information about authentication
block of this file. Out of the box the configuration file is prepared to support file-based authentication, the following changes are required to enable LDAP authentication:authentication
block of application_stackstate.conf
file locate following lines:authServerType
block in authentication
:stackstateAuthServer
to ldapAuthServer
and remove the configuration for the built-in user store configuration. Your configuration file should look like this now:authentication
block similar to this:bindCredentials
and userQuery
configured, a username provided during login to StackState is checked against entries inside provided LDAP directories and their children directories.