LDAP - cast modifications to support posix logins
This commit is contained in:
@@ -11,7 +11,8 @@ const ldap_server = {
|
||||
group_base: env('LDAP_GROUP_BASE', 'ou=groups'),
|
||||
auth: {
|
||||
user_id: 'uid',
|
||||
}
|
||||
},
|
||||
start_uid: env('LDAP_START_UID', 80000),
|
||||
},
|
||||
|
||||
format: {
|
||||
|
||||
@@ -4,6 +4,7 @@ const setting_config = {
|
||||
'auth.default_roles': [ 'base_user' ],
|
||||
'home.allow_landing': true,
|
||||
'home.redirect_authenticated': true,
|
||||
'ldap.last_alloc_uid': -1,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user