Explorar o código

Revert "Remove admin propagation"

This reverts commit 666c22a4b379e854c95f22947d31f31abd4fbe23.
Girish Ramakrishnan %!s(int64=6) %!d(string=hai) anos
pai
achega
984218e8e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -144,7 +144,7 @@ if [[ -n "${LDAP_SERVER:-}" ]]; then
         "UidAttr"       : "username",
         "MailAttr"      : "mail",
         "WebAttr"       : "",
-        "Groups"        : { },
+        "Groups"        : { "administrator" : "cn=admins,${LDAP_GROUPS_BASE_DN}" },
         "GroupSeparator": ";",
         "Debug"         : false,
         "GroupAttr"     : "memberof",