Skip to content
Snippets Groups Projects
Verified Commit 3d90060e authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add ldap config docs

parent 1e0f9410
No related branches found
No related tags found
No related merge requests found
......@@ -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 |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment