I need to connect from Symantec for SMTP server to Domino LDAP to sync users and groups from Domino Directory to SMTP (I need this to enable some advanced features on Symantec SMTP) and have problem with doing so. I use ldapsearch tool to test connection to LDAP and while I have no problem to test connection to AD Server so I know tool works using same tool I get LDAP Bind: Can’t contact server when trying to reach Domino here is what I get from Domino console
tell ldap show
LDAP Server: Listening on TCP/IP port 389
LDAP Server: Anonymous access over TCP/IP is ENABLED
LDAP Server: Name/Password (simple) authentication over TCP/IP is ENABLED
LDAP Server: Enforce server access checking is DISABLED
LDAP Server: Maximum entries returned = 0
LDAP Server: Time limit for search = 0 seconds
LDAP Server: Minimum characters needed for wild card = 1
LDAP Server: Default revision (1) of Distinguished Name Parsing is enabled
LDAP Server: Return UTF8 results to LDAPv2 clients is ENABLED
LDAP Server: Maximum referral URLs returned is 1
LDAP Server: When there are multiple instances of an entry then Don’t Modify Any
LDAP Server: Schema enforcement is ENABLED
LDAP Server: Automatic FT indexing of domino directories on service startup is DISABLED
LDAP Server: Alternate language information processing is DISABLED
LDAP Server: Require distinguished name on bind is DISABLED
LDAP Server: Activity log truncates attribute values at 4096 bytes
LDAP Server: Activity logging is DISABLED
LDAP Server: Dereferencing Aliases on search requests is DISABLED
since I have Anonymous access enabled I should be able to connect regardless if I provide uid or not, what’s wrong?
also this is just test I’d like to at some point disable Anonymous access to LDAP and use dedicated uid and password, should this connection be in format of cn=uid, dn=domain ?