hedgedoc: remove filter overwrite

This commit is contained in:
Sandro - 2023-07-02 20:39:09 +02:00
parent 7777770a21
commit 000000607f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
};
defaultPermission = "freely";
domain = "hedgedoc.c3d2.de";
ldap.searchFilter = lib.mkForce "(&(&(objectclass=person)(|(uid={{username}})(mail={{username}})))(isMemberOf=cn=hedgedoc,${config.security.ldap.roleBaseDN}))";
loglevel = "warn";
protocolUseSSL = true;
sessionSecret = "$sessionSecret";