Hi folks,
I ran into an weird situation with testing AD queries, namely Accept and Group query. The thing is that I successfully bind to AD using port 389 and the username in the format DOMAIN\user
But whenever I test "Accept Query" I enter the valid email address of the valid domain user in the form of user1@domain.com and get this error:
Query results for host:192.168.1.30
Query (proxyAddresses=smtp:user1@domain.com) to server AD_PROFILE (192.168.1.30:389)
Query (proxyAddresses=smtp:user1@domain.com) lookup failed: Invalid DN syntax, server diagnostic: 0000208F: NameErr: DSID-031001F7, problem 2006 (BAD_NAME), data 8349, best match of: 'ou=Users, dc=domain.com dc=com'
Failure: Invalid DN syntax, server diagnostic: 0000208F: NameErr: DSID-031001F7, problem 2006 (BAD_NAME), data 8349, best match of: 'ou=Users, dc=domain.com dc=com'
Almost the same thing with the group query:
Query results for host:192.168.1.30
Query (&(memberOf=support)(proxyAddresses=smtp:support@domain.com)) to server AD_PROFILE (192.168.1.30:389)
Query (&(memberOf=support)(proxyAddresses=smtp:support@domain.com)) lookup failed: Invalid DN syntax, server diagnostic: 0000208F: NameErr: DSID-031001F7, problem 2006 (BAD_NAME), data 8349, best match of: 'ou=Users, dc=domain.com dc=com'
Failure: Invalid DN syntax, server diagnostic: 0000208F: NameErr: DSID-031001F7, problem 2006 (BAD_NAME), data 8349, best match of: 'ou=Users, dc=domain.com dc=com'
Or even worse, now the result of the query comes as follows:
Query results for host:192.168.1.30
Query (proxyAddresses=smtp:user1@domain.com) to server KOIOS_AD_PROFILE (192.168.1.30:389)
Query (proxyAddresses=smtp:user1@domain.com) lookup failed: Referral following yielded no result.
Failure: Referral following yielded no result.
My Base DN is configured as follows:
ou=Users, dc=domain.com dc=com
Can someone please steer me into the right direction to sort this error.
Eugene