From 3d90060e20d03f36b1b711923d07c8580b4aa3a2 Mon Sep 17 00:00:00 2001 From: Rafael Laszlo <rlacko99@gmail.com> Date: Fri, 5 Nov 2021 15:24:16 +0100 Subject: [PATCH] Add ldap config docs --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0be12b9..5304386 100644 --- a/README.md +++ b/README.md @@ -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 | + -- GitLab