Infrastructure: Implement master/dev/vX branching, save git path, and fix username casing

This commit is contained in:
Daniel Bedeleanu
2026-04-10 21:51:22 +03:00
parent 93edcc261b
commit 8a3783c7e9
3397 changed files with 57402 additions and 98 deletions

8
backend/ldap_config.json Normal file
View 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
}