SAML; Dashboard
This commit is contained in:
@@ -8,10 +8,15 @@ const ldap_server = {
|
||||
schema: {
|
||||
base_dc: env('LDAP_BASE_DC', 'dc=example,dc=com'),
|
||||
authentication_base: env('LDAP_AUTH_BASE', 'ou=people'),
|
||||
group_base: env('LDAP_GROUP_BASE', 'ou=groups'),
|
||||
auth: {
|
||||
user_id: 'uid',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
format: {
|
||||
skipSpace: true,
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = exports = ldap_server
|
||||
|
||||
Reference in New Issue
Block a user