Infrastructure: Implement master/dev/vX branching, save git path, and fix username casing
This commit is contained in:
8
backend/ldap_config.json
Normal file
8
backend/ldap_config.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ldap_enabled": false,
|
||||
"server_uri": "ldap://your-server.com:389",
|
||||
"base_dn": "dc=example,dc=com",
|
||||
"user_template": "uid={username},ou=users,dc=example,dc=com",
|
||||
"admin_group": "cn=inventory_admins,ou=groups,dc=example,dc=com",
|
||||
"use_tls": false
|
||||
}
|
||||
Reference in New Issue
Block a user