forked from Github-Mirrors/canaille
demo configuration uniformization
This commit is contained in:
parent
bbf7eaac98
commit
7122323b5a
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue