LDAP - set default loginShell
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-10 18:31:43 -06:00
parent 6a4f82611b
commit dbb8684f68
2 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ const ldap_server = {
user_id: 'uid',
},
start_uid: env('LDAP_START_UID', 80000),
default_shell: env('LDAP_DEFAULT_SHELL', '/bin/bash'),
},
format: {