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

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