Hi John,
we did nothing to map the password. In fact, that attribute is not shown in the drop-down menu once you connec to the LDAP server…
Once you have the right filters in place, like these in our case:
| UID | objectguid |
|---|---|
| User Filter | (&(objectClass=user)(samaccountname=)(!(samaccountname=$))) |
| GID | dn |
| Group Filter | (objectClass=group) |
…the rest will follow and users will be able to authenticate against LDAP / AD.
I would suggest to use an LDAP explorer tool to find out which atttributes you need and then make the necessary adjustments on Zammad.
Best,
Martin