Thursday 23 December 2010 1:42:46 am
I am trying to use LDAP login to ezpublish but I am facing this error - ldap_search() [<a href='function.ldap-search'>function.ldap-search</a>]: Search: Operations error in C:\wamp\www\ezpub\kernel\classes\datatypes\ezuser\ezldapuser.php on line 322
I don't know how to fix this or why this error is occuring. This is the debug trace before ldap_search fails - array (
'stage' => '2/5: finding user',
'LDAPFilter' => '( &(objectCategory=person)(userprincipalname=pavan.reddy@xyz.com))',
'retrieveAttributes' =>
array (
0 => 'userprincipalname',
1 => '',
2 => '',
3 => 'userprincipalname',
),
'LDAPSearchScope' => 'sub',
'LDAPBaseDN' => 'ou=xyz,dc=xy,dc=xyzldap',
)
What is wrong here? Does anyone have any idea what the problem might be? And how can I resolve it?
My blog - http://www.pavankumar.info
|