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

Re: How to add LDAP entries not rooted at country via PHP3



On 21 Oct 1998 09:26:21 -0000, "Yusuf Goolambbas" wrote:
> 
> System: RH 5.1 with Apache 1.3.3 + mod_perl (static) + mod_php (via
> apxs) compiled with openldap 1.0.2
> 
> Hi, I have the following schema
> 
> dn: provider=bar
> provider: bar
> objectclass: top

You are loading en entry which only has one objectclass value. This 
objectclass does not permit the provider attribute.

> and the error log shows
> LDAP: No such object
> LDAP: matched: provider=bar
> 
> Any ideas where I might be making a mistake

Add the additional objectclass and try again!

> Cheers, Yusuf
> 
> PS, For members on openldap-general. Info about PHP is at
> http://www.php.net/
> 
> -- 
> Yusuf Goolamabbas
> yusufg@huge.net

Cheers,

Chris