EN · DE · RU · FR · ES

#486: AddressDOConverter.java

projectforge-business/src/main/java/org/projectforge/business/ldap/AddressDOConverter.java Java class, projectforge-business/src/main/java/org/projectforge/business/ldap/AddressDOConverter.java 70 lines · 38 code · 27 comments · 5 blank
Converts `AddressDO` objects (ProjectForge contacts) to LDAP directory entries with attributes: `givenName`, `sn` (surname), `mail`, `telephoneNumber`, `title`, `postalAddress`. Used by `LdapService` when syncing contacts to Active Directory or OpenLDAP.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.