Scope:
All Email Security Gateway models 300 and above, all firmware versions.
Answer:
The common syntax for Apple LDAP is:
- Port: 389 (636 for secure LDAP)
- Bind DN: uid=<The admin UID>,cn=users,dc=<The LDAP hostname>,dc=<domain name without extension>,dc=com (this can vary)
- Filter:
( (mail=${recipient_email})
(emailAddress=${recipient_email})
(uid=${recipient_local_part}))
(emailAddress=${recipient_email})
(uid=${recipient_local_part}))
- LDAP Search Base: dc=<hostname>,dc=<domain name without extension>,dc=com (this can vary)
- LDAP UID: uid (or sometimes cn)
- LDAP Primary Email Attribute: mail (or sometimes emailAddress)
To find the proper values for the Bind DN and LDAP Search Base, you can use Apple's knowledgebase article here to retrieve the LDIF file:
http://docs.info.apple.com/article.html?artnum=303744
Link to This Page:
https://campus.barracuda.com/solution/50160000000HIj2AAG