Hello,
I am trying to set up Adaxes to use a number of custom AD Attributes. Our use case requires attributes such as "Branch", "Community", Transit #", etc. Our project manager has decided that these attribute values need to be stored in existing LDAP fields such as ms-Exch-Extension-Attribute-3.
I can add the extension attribute information to my AD Account, and the Web Interface, but it shows up as the LDAP name. I'd like to have, for example, "Team" display on the webpage, and pull the info from ms-Exch-Extension-Attribute-3 in LDAP. Currently, ms-Exch-Extension-Attribute-3 displays on the webpage, with the correct info.
I've added the below to AttributeFriendlyNames2.eng.xml, but this did not allow me to select "Team" in the Web Interface Customization.
<friendlyNameItem>
<ldapName>ms-Exch-Extension-Attribute-3</ldapName>
<friendlyName>Team</friendlyName>
</friendlyNameItem>
I can attach screenshots if this is not clear enough.
Thanks in advance for your assistance,
Dan