Update application.yaml

This commit is contained in:
mjeremym2 2024-06-10 09:22:43 +01:00
parent 8f57bc42d1
commit 81417e6ceb
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ security:
# were ONE uses can be identified by userId and the rest using a role based filter
admin: read-only-admin
# alternative to admin using a ROLE when you use LDAP login, all scientists are admin users
admin-filter: (&(ou=scientists)(uniqueMember=uid={0},dc=example,dc=com))
# admin-filter: (&(ou=scientists)(uniqueMember=uid={0},dc=example,dc=com))
identity-attribute: uid
email-attribute: mail
# action when ldap user is not exist (supported types: CREATE,DENY)