Translate repository documentation and configuration added for ldap logging

This commit is contained in:
2026-08-03 20:57:48 +00:00
parent 8a9115af83
commit b54b180115
14 changed files with 170 additions and 118 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ DEFAULT_CONFIG: dict[str, Any] = {
"user_base_dn": "",
"user_filter": "(sAMAccountName={username})",
"display_name_attribute": "displayName",
"email_attribute": "mail"
"email_attribute": "mail",
"debug_logging": False
}
},
"software": {