You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Marek Becka <be...@fel.cvut.cz> on 2008/10/09 21:01:18 UTC

posixAccount entry fails to add

Hi,
I have just installed ApacheDS 1.5.3 and everything looks great. But 
when I tried to add new entry with posixAccount object class I got error 
message:

Error while creating entry
[LDAP: error code 54 - LOOP_DETECT: failed for     Add Request :ClientEntry
dn: 
2.5.4.3=yuen,2.5.4.11=people,0.9.2342.19200300.100.1.25=klacno,0.9.2342.19200300.100.1.25=sk
objectclass: posixAccount
    objectclass: top
    objectclass: person
    uid: yuen
    gidnumber: 20001
    sn: Bečka
    cn: yuen
    homedirectory: /home/yuen
    uidnumber: 10001
: objectClass w/ OID 1.3.6.1.1.1.2.0 not registered!]

It looks that is something wrong with posixAccount OID (not registred?). 
Thanks for any suggestions.


Re: posixAccount entry fails to add

Posted by Marek Becka <be...@fel.cvut.cz>.
I have solved it. In despair I tried to install windows version of 
apache ds (first atempt was on linux machine) and I discovered that 
there are some attributes on dn: cn=nis,ou=schema that are missing on 
linux box. So I copied files in schema partitions from windows to linux. 
Now it's working and there is probably something broken in linux binary 
installer.