From: Hansen E. <eh...@de...> - 2000-06-02 12:08:44
|
first...thanks for your help Graham. But now there is another problem: i get the following error: error 32, LDAP_NO_SUCH_OBJECT, The server cannot find an object specified in the request and my code looks like this: $result = $ldap->add( dn => 'cn=xyz,o=debis Systemhaus Darmstadt', attr => [ 'objectclass' => ['top','person'], 'cn' => 'xyz', 'sn' => 'xyz' ] ); so, why do I get the message no such object? In don`t understand...sure it does not exist, that's why I add it for? Or which object is meant? (perhaps this is interesting: my Ldap-Directory is completely emtpy, this is the first entry i want to add) thank for your help Erik Hansen |