Skip to content

Commit

Permalink
Fix typo in LDAP superuser group name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed May 13, 2024
1 parent 8f5f2dd commit 0c85bf8
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,@domain\ admins';
\$conf['superuser'] = '@admin,@domain admins';
EOF

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

0 comments on commit 0c85bf8

Please sign in to comment.