LDAP - cast modifications to support posix logins
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-03-10 15:48:27 -06:00
parent a8729930e6
commit 20e723f39f
3 changed files with 24 additions and 2 deletions

View File

@@ -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: {

View File

@@ -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,
}
}