Default ldap_client permissions

This commit is contained in:
garrettmills
2020-07-08 20:29:09 -05:00
parent 60533848a1
commit 4c9d978c79
4 changed files with 9 additions and 6 deletions

View File

@@ -175,6 +175,7 @@ const auth_config = {
// 'role_name': [ 'permission1', 'permission2' ],
// Then, users with that role will automatically inherit the permissions.
ldap_admin: ['ldap'],
ldap_client: ['ldap:bind', 'ldap:search'],
coreid_base: ['my:profile'],
saml_admin: ['v1:saml', 'saml'],