EN · DE · RU · FR · ES

#488: LdapConfig.java

projectforge-business/src/main/java/org/projectforge/business/ldap/LdapConfig.java Java class, projectforge-business/src/main/java/org/projectforge/business/ldap/LdapConfig.java 312 lines · 154 code · 117 comments · 41 blank
Configuration holder for LDAP connection settings. Fields include: `serverUrl` (e.g., `ldaps://dc.example.com:636`), `baseDN`, `bindUser`/`bindPassword` (service account credentials), `userBaseDN`, `groupBaseDN`, `sslTrustAll` (development only), and `masterSlaveMode` (controls read-from vs write-to LDAP direction). Stored in ProjectForge configuration XML.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
6b2f97b33 LdapSlaveLoginHandler: don't store passwords anymore (doesn't work with new password tables, not yet implemented).