[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP functions in PHP
- To: <openldap-software@OpenLDAP.org>
- Subject: LDAP functions in PHP
- From: "Chakravarthy Cuddapah" <cuddapah@cuddapahonline.net>
- Date: Wed, 11 Feb 2004 04:59:59 -0500
- Content-class: urn:content-classes:message
- Thread-index: AcPwhc+Hku5fejd+SkycTj96+IMMtw==
- Thread-topic: LDAP functions in PHP
I
am using RedHat Enterprise Linux 3 ES, Apache 2.0.48, PHP 4, OpenLDAP
2.25. I can create entries like cn=xxx, ou=xxxx,o=xxxxx using PHP functions. But
when I try to add entries like uid=xxx, cn=xxx, ou=xxxx,o=xxxx PHP says success.
But the entry is not added to the database. I can add the similar entries using
ldapadd and ldif files. Anyone has this problem ? Appreciate any help.