| Option | LDAP_AUTH_PROVIDER_URL | |
| Description |
The URL to connect to for LDAP authentication.
From version 1.237, only
ldaps connections are
supported.
| |
| Introduced Version | 1.0.0 | |
This is the URL to connect to. It can start with either
ldap:// or
ldaps://, which selects
unencrypted or TLS/SSL transport respectively. LogScale
recommends using a secure connection to ensure that
authentication credentials are not transmitted in the clear.
This is the URL to connect to. It must start with
ldaps://, which selects
TLS/SSL transport. LogScale requires using a secure
connection to ensure that authentication credentials are not
transmitted in the clear. Make sure that
LDAP_AUTH_PROVIDER_CERT is also configured.
ini
AUTHENTICATION_METHOD=ldap
LDAP_AUTH_PROVIDER_URL=your-url # example: ldap://ldap.forumsys.com:389
LDAP_AUTH_PRINCIPAL=your-principal # optional, example: cn=LOGSCALEUSERNAME,dc=example,dc=com
LDAP_DOMAIN_NAME=your-domain.com # optional, example: example.com
AUTO_CREATE_USER_ON_SUCCESSFUL_LOGIN=true # default is falseini
AUTHENTICATION_METHOD=ldap
LDAP_AUTH_PROVIDER_URL=your-url # example: ldaps://ldap.forumsys.com:636
LDAP_AUTH_PRINCIPAL=your-principal # optional, example: cn=LOGSCALEUSERNAME,dc=example,dc=com
LDAP_DOMAIN_NAME=your-domain.com # optional, example: example.com
AUTO_CREATE_USER_ON_SUCCESSFUL_LOGIN=true # default is false