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
@@ -2,12 +2,13 @@
Release notes are stored outside the project root to keep the repository overview compact.
The current release is **0.5.5.28**.
The current release is **0.5.5.29**.
Older notes are concise English summaries migrated from the original release documents. Git history remains authoritative for exact implementation details.
## Releases
- [0.5.5.29](UPDATE-0.5.5.29.md)
- [0.5.5.28](UPDATE-0.5.5.28.md)
- [0.5.5.27](UPDATE-0.5.5.27.md)
- [0.5.5.26](UPDATE-0.5.5.26.md)
+9
View File
@@ -0,0 +1,9 @@
# AssetManager 0.5.5.29
- Added a configurable LDAP debug-logging option under authentication settings.
- Reduced normal LDAP logs to the searched username, lookup result, and authentication result.
- Detailed LDAP connection settings, search filters, distinguished names, attributes, provider results, and stack traces are written only while LDAP debug logging is enabled.
- Set LDAP debug logging to disabled by default for new configurations.
- Translated remaining German source-code comments and developer docstrings into English.
- Kept localized user-interface text and translations unchanged.
- No database schema changes were introduced.