Format Of LDAP Server List for Netmail
Could anyone please explain what the format for using an ldap server for address lookups in Netmail. ie:
servername:port/searchbase or ldap://servername:port/searchbase. I have tried a few but can't seem to get it to work. Everytime I try to add a server to this list, the Java Netmail will not allow me compose a message.. anyone have any ideas..
Chris -
Each entry is a comma separated list of name/value pairs in the following format: name="value". Quotation marks are not allowed in any value. The valid names and corresponding preference are:
namethe user-friendly name for the server; this is what the user sees in the NetMail Address Search tab.
server the host name of the LDAP server. If a port is needed, use host:port.
basethe search base expression, e.g., ou=People
searchinthe list of attributes to search in, e.g., cn,givenname
result the attribute to use as the result, defaults to mail
filter additional search filters to be applied
referralwhether or not to follow referrals, true or false
Only the server value is required, all others are filled in with defaults if necessary. A typical entry might be:
name="Company Address Book", server="ourldap.xyz.com", base="dc=xyz,dc=com"
Stephen