Girish Ramakrishnan 8 년 전
부모
커밋
4456b04e7d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      start.sh

+ 4 - 0
start.sh

@@ -106,6 +106,10 @@ if [[ -n "${LDAP_SERVER:-}" ]]; then
     # configure LDAP
     # 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"
     ldapConfig=$(cat <<EOF
     {