fix: add missing Kerberos configuration and refactor misleading names.

This commit is contained in:
2026-05-17 00:50:41 +02:00
parent c04c4e9026
commit b02c0a5028
5 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ ENV_VARS = {
"LDAP_ADMIN_PASSWORD": "Admin Password",
"KERBEROS_ENABLE": "Enable Kerberos",
"KRB5_REALM": "Realm",
"KRB5_SASL_HOST": "SASL Host",
"KRB5_KDC_HOST": "KDC Host",
"LDAP_HOSTNAME": "LDAP Hostname",
"KRB5_KTNAME": "Keytab Path",
}