|
@@ -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
|
|
{
|
|
{
|