iF.SVNAdmin icon indicating copy to clipboard operation
iF.SVNAdmin copied to clipboard

LDAP Search does not work without limit [possible solution included]

Open jonnsn opened this issue 12 years ago • 1 comments

Hi,

I have svnadmin running on linux debian. After Configuration with LDAP it told me that no users could be found. After investigating the code a little bit, I found out, that the problem was, that ldap_search was executed with a limit set to zero (which means unlimited). For some reason (sadly I do not know exactly) this won't work for me. To make it work I had to set ldap_set_option($conn, LDAP_OPT_REFERRALS, 0); before ldap_search() calls.

Hope this helps.

jonnsn avatar Nov 07 '12 15:11 jonnsn

Hi,

I have the same issue on my testing computer.

iF.SVNAdmin 1.6.1 Windows Seven 64bits EN WAMP Server 2.2 Active Directory Windows 2003 Search filter: (samAccountType=805306368)

Thank jonnsn for your quick fix, thank you very much!

Regards,

makeluv avatar Feb 04 '13 16:02 makeluv