demo configuration uniformization

This commit is contained in:
Éloi Rivard 2023-03-11 23:55:42 +01:00
parent bbf7eaac98
commit 7122323b5a
2 changed files with 2 additions and 2 deletions

View file

@ -130,7 +130,7 @@ GROUP_BASE = "ou=groups,dc=mydomain,dc=tld"
# The 'READ' and 'WRITE' attributes are the LDAP attributes of the user
# object that users will be able to read and/or write.
[ACL.DEFAULT]
PERMISSIONS = ["use_oidc"]
PERMISSIONS = ["edit_self", "use_oidc"]
READ = ["uid", "groups"]
WRITE = [
"jpegPhoto",

View file

@ -5,7 +5,7 @@
SECRET_KEY = "change me before you go in production"
# Your organization name.
NAME = "Canaille"
# NAME = "Canaille"
# The interface on which canaille will be served
# SERVER_NAME = "auth.mydomain.tld"