Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
c508960f
Verified
Commit
c508960f
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update docs for ldap.env
parent
ce6095c4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!60
FIX: ldap_authentication.sh
Pipeline
#22111
passed
3 years ago
Stage: info
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/pam_authentication/ldap.env
+4
-5
4 additions, 5 deletions
misc/pam_authentication/ldap.env
with
4 additions
and
5 deletions
misc/pam_authentication/ldap.env
+
4
−
5
View file @
c508960f
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment