Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Deployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
freva
Deployment
Merge requests
!30
Fix ldap key issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix ldap key issues
fub_ldap
into
master
Overview
0
Commits
3
Pipelines
3
Changes
4
Merged
Martin Bergemann
requested to merge
fub_ldap
into
master
2 years ago
Overview
0
Commits
3
Pipelines
3
Changes
4
Expand
0
0
Merge request reports
Compare
master
version 2
68e3bf66
2 years ago
version 1
d2266573
2 years ago
master (base)
and
latest version
latest version
fb4050be
3 commits,
2 years ago
version 2
68e3bf66
2 commits,
2 years ago
version 1
d2266573
1 commit,
2 years ago
4 files
+
90
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
assets/config/inventory.toml
+
16
−
0
Options
@@ -183,6 +183,22 @@ ldap_user_base = "cn=users,cn=accounts,dc=dkrz,dc=de"
ldap_group_base
=
"cn=groups,cn=accounts,dc=dkrz,dc
=
de
"
## distinguished name (dn) for the ldap user
ldap_user_dn
=
"uid=dkrzagent,cn=sysaccounts,cn=etc,dc=dkrz,dc
=
de
"
## use encrypted ldap connection (needs to be configured)
auth_ldap_start_tls
=
false
## Set ldap last name search key
ldap_last_name_field
=
"givenname"
## Set ldap first name search key
ldap_first_name_field
=
"sn"
## Set ldap email earch key
ldap_email_name_field
=
"mail"
# Set the ldap group class name
ldap_group_class
=
"groupOfNames"
# Set the ldap group type, available values are are [posix, nested]
ldap_group_type
=
"nested"
# Set the ldap tools class for users
ldap_model
=
"MiklipUserInformation"
## set the passwd for the ldap user
ldap_user_pw
=
"dkrzprox"
#######
Loading