forked from Github-Mirrors/canaille
Fixed sample configuration
This commit is contained in:
parent
c12eaac5e5
commit
9b139f1a46
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ USER_FILTER = "(|(uid={login})(cn={login}))"
|
||||||
# Filter to match admin users. If your server has memberof
|
# Filter to match admin users. If your server has memberof
|
||||||
# you can filter against group membership
|
# you can filter against group membership
|
||||||
# ADMIN_FILTER = "uid=admin"
|
# ADMIN_FILTER = "uid=admin"
|
||||||
ADMIN_FILTER = "memberof=cn=admins,ou=groups,dc=mydomain,dc=tld"
|
ADMIN_FILTER = "memberof=cn=admins,ou=groups,ou=oauth,dc=mydomain,dc=tld"
|
||||||
|
|
||||||
# The jwt configuration. You can generate a RSA keypair with:
|
# The jwt configuration. You can generate a RSA keypair with:
|
||||||
# ssh-keygen -t rsa -b 4096 -m PEM -f private.pem
|
# ssh-keygen -t rsa -b 4096 -m PEM -f private.pem
|
||||||
|
|
Loading…
Reference in a new issue