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
b8a75ca4
Verified
Commit
b8a75ca4
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: ldap.env docs
parent
183a310f
Branches
Branches containing commit
No related tags found
1 merge request
!60
FIX: ldap_authentication.sh
Pipeline
#22160
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
+6
-4
6 additions, 4 deletions
misc/pam_authentication/ldap.env
with
6 additions
and
4 deletions
misc/pam_authentication/ldap.env
+
6
−
4
View file @
b8a75ca4
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
# REQUIRED - Set the ldap server here,
# REQUIRED - Set the ldap server here,
export LDAPURI="ldap[s]://<ldap-service>[:<port>]/"
export LDAPURI="ldap[s]://<ldap-service>[:<port>]/"
# REQUIRED - Set the base domain here. This is used to generate a fully
qualified
# REQUIRED - Set the base domain here. This is used to generate a fully
# user name, a Distinguished Name (DN), with the BIND_DN_PATTERN:
#
qualified
user name, a Distinguished Name (DN), with the BIND_DN_PATTERN:
export USER_BASE="dc=example,dc=org" # for actual LDAP servers
export USER_BASE="dc=example,dc=org" # for actual LDAP servers
#export USER_BASE="example.org" # for MS Active Directory
#export USER_BASE="example.org" # for MS Active Directory
...
@@ -22,8 +22,10 @@ export USER_BASE="dc=example,dc=org" # for actual LDAP servers
...
@@ -22,8 +22,10 @@ export USER_BASE="dc=example,dc=org" # for actual LDAP servers
# Directory chooses to return "u:<domain>\<user_name>" instead. Be sure to
# Directory chooses to return "u:<domain>\<user_name>" instead. Be sure to
# surround it with single quotation marks "'" because the variables inside are
# surround it with single quotation marks "'" because the variables inside are
# to be expanded by the script. Defaults to the first.
# to be expanded by the script. Defaults to the first.
#export WHO_AM_I_PATTERN='dn:cn=${USER_NAME},${USER_BASE}' # for actual LDAP servers.
#export WHO_AM_I_PATTERN='dn:cn=${USER_NAME},${USER_BASE}' # for actual LDAP
#export WHO_AM_I_PATTERN='u:<domain>\${USER_NAME}' # for MS Active Directory
# servers.
#export WHO_AM_I_PATTERN='u:<domain>\\${USER_NAME}' # for MS Active Directory.
# Mind the double back-slash.
# TLS SETTINGS
# TLS SETTINGS
...
...
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