From: Hansen E. <eh...@de...> - 2000-06-02 09:32:00
|
i try to add an entry to my ldap-directory. the ldap->add command gives back an error but dont say which one. $result = $ldap->add( dn => 'uid=xyz,o=debis Systemhaus Darmstadt', attr => [ 'cn' => 'xyz', 'sn' => 'xyz', 'objectclass' => ['top','person'] ] ); The netscape directory server 3.1 protocoll gives the following information (erroor 65) what does this error mean? Is there any documentatiion about the LDAP-Error codes? [02/Jun/2000:11:17:42 +0200] conn=13 op=0 BIND dn="cn=root" method=128 version=2 [02/Jun/2000:11:17:42 +0200] conn=13 op=0 RESULT err=0 tag=97 nentries=0 [02/Jun/2000:11:17:43 +0200] conn=13 op=1 ADD dn="uid=xyz,o=debis Systemhaus Darmstadt" [02/Jun/2000:11:17:43 +0200] conn=13 op=1 RESULT err=65 tag=105 nentries=0 [02/Jun/2000:11:17:43 +0200] conn=13 op=2 UNBIND [02/Jun/2000:11:17:43 +0200] conn=13 op=2 fd=568 closed please help me... Erik Hansen |