Przeglądaj źródła

Revert "Remove admin propagation"

This reverts commit 666c22a4b379e854c95f22947d31f31abd4fbe23.
Girish Ramakrishnan 6 lat temu
rodzic
commit
984218e8e7
1 zmienionych plików z 1 dodań i 1 usunięć
  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",