Default ldap_client permissions
This commit is contained in:
parent
60533848a1
commit
4c9d978c79
@ -1,4 +1,6 @@
|
||||
- OAuth2 -> support refresh tokens
|
||||
- Localize all the things
|
||||
- Setup wizard
|
||||
- Logins as jobs
|
||||
- Logins as jobs
|
||||
- OpenID Connect - oidc-provider
|
||||
- Login from new IP notifications
|
@ -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'],
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
"ldapjs": "^1.0.2",
|
||||
"libflitter": "^0.53.1",
|
||||
"moment": "^2.24.0",
|
||||
"mongodb": "^3.5.6",
|
||||
"mongodb": "^3.5.9",
|
||||
"nodemailer": "^6.4.6",
|
||||
"qrcode": "^1.4.4",
|
||||
"samlp": "^3.4.1",
|
||||
|
@ -3189,10 +3189,10 @@ mongodb@^3.5.1:
|
||||
optionalDependencies:
|
||||
saslprep "^1.0.0"
|
||||
|
||||
mongodb@^3.5.6:
|
||||
version "3.5.6"
|
||||
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.5.6.tgz#a1be2d9796c8a8a5b0e6bcbc6baaaa406bd5c0d5"
|
||||
integrity sha512-sh3q3GLDLT4QmoDLamxtAECwC3RGjq+oNuK1ENV8+tnipIavss6sMYt77hpygqlMOCt0Sla5cl7H4SKCVBCGEg==
|
||||
mongodb@^3.5.9:
|
||||
version "3.5.9"
|
||||
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.5.9.tgz#799b72be8110b7e71a882bb7ce0d84d05429f772"
|
||||
integrity sha512-vXHBY1CsGYcEPoVWhwgxIBeWqP3dSu9RuRDsoLRPTITrcrgm1f0Ubu1xqF9ozMwv53agmEiZm0YGo+7WL3Nbug==
|
||||
dependencies:
|
||||
bl "^2.2.0"
|
||||
bson "^1.1.4"
|
||||
|
Loading…
Reference in New Issue
Block a user