Explorar el Código

Revert "Remove admin propagation"

This reverts commit 666c22a4b379e854c95f22947d31f31abd4fbe23.
Girish Ramakrishnan hace 6 años
padre
commit
984218e8e7
Se han modificado 1 ficheros con 1 adiciones y 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",