Skip to content
Snippets Groups Projects
Verified Commit c508960f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update docs for ldap.env

parent ce6095c4
Branches
Tags
1 merge request!60FIX: ldap_authentication.sh
Pipeline #22111 passed
......@@ -11,10 +11,9 @@ export LDAPURI="ldap[s]://<ldap-service>[:<port>]/"
export USER_BASE="dc=example,dc=org" # for actual LDAP servers
#export USER_BASE="example.org" # for MS Active Directory
# REQUIRED if USER_BASE is configured for LDAP servers. The BIND_DN_PATTERN is
# used to construct the DN from the USER_NAME and the USER_BASE. Be sure to
# surround it with single quotation marks "'" because the variable are to be
# expanded by the script. Defaults to the first
# The BIND_DN_PATTERN is used to construct the DN from the USER_NAME and the
# USER_BASE. Be sure to surround it with single quotation marks "'" because the
# variable are to be expanded by the script. Defaults to the first
#export BIND_DN_PATTERN='cn=${USER_NAME},${USER_BASE}' # for actual LDAP servers.
#export BIND_DN_PATTERN='${USER_NAME}@${USER_BASE}' # for MS Active Directory
......@@ -28,7 +27,7 @@ export USER_BASE="dc=example,dc=org" # for actual LDAP servers
#export LDAPTLS_REQCERT=never
#export LDAPTLS_REQCERT=allow
#export LDAPTLS_REQCERT=try
export LDAPTLS_REQCERT=hard
#export LDAPTLS_REQCERT=hard
# Specifies the file that contains certificates for all of the Certificate
# Authorities the client will recognize.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment