[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: LDAP functions in PHP



I used ldap_error and the msg says "Success" while nothing is added to ldap.
ldapadd on the terminal using ldif adds without any errors. So the schemas must be right.
Not able to figure out whether it is a php problem or a ldap problem. So I posted this at both php and openldap forums.


From: Michael Ströder
Sent: Wed 2/11/2004 8:16 AM
To: Chakravarthy Cuddapah
Cc: openldap-software@OpenLDAP.org
Subject: Re: LDAP functions in PHP

Chakravarthy Cuddapah wrote:
>  
> it worked fine with prev version of 
> openldap and failed in the latest release.

Hint: Recent versions of OpenLDAP enforce stricter schema checking. Get your 
object classes and attribute types right.

Usually there's an explanatory message returned in the info field of an 
error response.

Ciao, Michael.