Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Harbor
Manage
Activity
Members
Labels
Plan
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Ansible
Playbooks
Harbor
Commits
3d90060e
Verified
Commit
3d90060e
authored
3 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
Add ldap config docs
parent
1e0f9410
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-0
20 additions, 0 deletions
README.md
with
20 additions
and
0 deletions
README.md
+
20
−
0
View file @
3d90060e
...
...
@@ -21,3 +21,23 @@ The playbook handles everything and auto start
harbor.
If you want to change the configuration
refer to the
`ansible/harbor/templates/home/user/harbor/harbor.yml`
file
## LDAP
| Auth mode | LDAP |
|-------------------------|---------------------------------------------------------------------|
| LDAP_URL | ldaps://dc.sch.bme.hu |
| LDAP Search DN | (Search user) |
| LDAP Search Password | (Search user pw) |
| LDAP Base DN | dc=sch,dc=bme,dc=hu |
| LDAP Filter | (by default it uses the LDAP UID, so it isn't needed) |
| LDAP UID | sAMAccountName |
| LDAP Scope | Subtree (Find _kisnyul and SCHAccounts) |
| LDAP Group Base DN | - (It uses member field in user which is not available in our LDAP) |
| LDAP Group Filter | - |
| LDAP Group GID | - |
| LDAP Group Admin DN | - |
| LDAP Group Membership | - |
| LDAP Scope | Subtree |
| LDAP Verify Certificate | yes |
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