Skip to content

Commit

Permalink
Merge pull request #28 from mrmarkuz/patch-1
Browse files Browse the repository at this point in the history
Use groups instead of users in write-ldap-conf NethServer/dev#6919
  • Loading branch information
stephdl authored May 13, 2024
2 parents 45be89e + 4d3b3ff commit 914cfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/bin/write-ldap-conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ EOF
fi
cat <<EOF >> dokuwiki-config/local.protected.php
\$conf['useacl'] = 1;
\$conf['superuser'] = 'admin,admin@${LDAP_DOMAIN},administrator,administrator@${LDAP_DOMAIN}';
\$conf['superuser'] = '@admin,@domain\ admins';
EOF

echo "Configuration written to dokuwiki-config/local.protected.php"
Expand Down

0 comments on commit 914cfac

Please sign in to comment.