Girish Ramakrishnan 8 years ago
parent
commit
4456b04e7d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      start.sh

+ 4 - 0
start.sh

@@ -106,6 +106,10 @@ if [[ -n "${LDAP_SERVER:-}" ]]; then
     # configure LDAP
     # configure LDAP
     # https://github.com/heiglandreas/authLdap/blob/master/authLdap.php#L644
     # https://github.com/heiglandreas/authLdap/blob/master/authLdap.php#L644
 
 
+    # GroupEnable means that cloudron groups are carried over to wp groups
+    # GroupOverUser means that if there is an existing wp group for the user, it won't be overwritten
+    # The above implies that users can override the roles in wordpress and it
+    # doesn't get overwritten on re-login
     echo "Configuring LDAP"
     echo "Configuring LDAP"
     ldapConfig=$(cat <<EOF
     ldapConfig=$(cat <<EOF
     {
     {