Update application.yaml
This commit is contained in:
parent
8f57bc42d1
commit
81417e6ceb
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue