ArcGIS Sever 10.1 SP1 - Problem with LDAP connection

219
1
03-22-2013 08:06 PM
WeePok_Jin1
New Contributor
Hi,

We are setting up a ArcGIS server now and we are facing a problem regarding LDAP. We manage to create connection to our LDAP server through ArcGIS manager, but when we want to search for user in the "Users" tab, it returns no record with the message of "No users matched the specific search criteria "xxxxx"." even though 'xxxxx' is a valid username.

We have works with our server team and they told us that the parameter pass to the LDAP to search for user is incorrect. Below is the log provided by our server team:

=============================================================

[22/Mar/2013:11:37:57 +0800] conn=318245 op=3 SRCH base="o=mynet" scope=2 filter="(&(objectClass=*)(|(uid=xxxxx=xxxxx*)(cn=xxxxx*)))" attrs="uid=xxxxx cn mail description samaccounttype"
[22/Mar/2013:11:37:57 +0800] conn=318245 op=3 RESULT err=11 tag=101 nentries=0 etime=0 notes=U

=============================================================

The font coloured in red is the search criteria passed to the LDAP and according to them it is wrong, the correct parameter which should be passed is uid=xxxxx instead of uid=xxxxx=xxxxx*.

Anyone got any idea this?

Thanks.
1 Reply
BubbaHey
Occasional Contributor III
There is a bug on that. Let me see if I can find it.
0 Kudos