feat: add docker settings
- list docker network and image - fix ldap_admin setting to be a list of users
This commit is contained in:
@@ -39,5 +39,5 @@ c.LDAPAuthenticator.use_ssl = <%= @ldap_use_ssl ? 'True' : 'False' %>
|
||||
# Restrict access to a specific LDAP group
|
||||
c.LDAPAuthenticator.allowed_groups = <%= @ldap_allowed_groups.to_s %>
|
||||
|
||||
# Set an LDAP group as admins
|
||||
c.LDAPAuthenticator.admin_groups = <%= @ldap_admin_groups.to_s %>
|
||||
# List LDAP users as admins
|
||||
c.LDAPAuthenticator.admin_users = <%= @ldap_admin_users.to_s %>
|
||||
|
||||
Reference in New Issue
Block a user