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

Re: ldapadd problem



OK, it was just a problem with my Samba schema version... too old probably

Big thx to all

Greetings,
Galoppin Fabian

On Tue, 17 Feb 2004 13:31:13 +0100
Galoppin Fabian <fgaloppin@altern.org> wrote:

>Hello,
>
>	I've an error when I want to add an user to my ldap database :
>
>adding new entry "uid=phc,ou=People,dc=test,dc=be"
>ldapadd: update failed: uid=phc,ou=People,dc=test,dc=be
>ldap_add: Object class violation (65)
>        additional info: invalid structural object class chain (sambaAccount/inetOrgPerson)
>
>that's the ldif :
>
># phc, People, test, be
>dn: uid=phc,ou=People,dc=test,dc=be
>homeDirectory: /home/phc
>loginShell: /bin/bash
>scriptPath: phc.cmd
>lmPassword: B966417EEG564C2AAD3B435B51404EE
>ntPassword: 3DBE299CB4A5FF5E35F6CA98B0939E2
>logonTime: 0
>acctFlags: [UX]
>homeDrive: H:
>pwdLastSet: 0
>uid: phc
>description: nothing
>uidNumber: 1002
>gidNumber: 1041
>rid: 3004
>primaryGroupID: 3082
>cn: phc
>sn: phc
>objectClass: sambaAccount
>objectClass: inetOrgPerson
>objectClass: posixAccount
>objectClass: shadowAccount
>profilePath: \\muto\profiles\phc
>
>
>I don"t know if the schemas gives the place where I must put attributes in my ldif ...
>don't know what is the problem exactly...
>If I disable schemacheck in my slapd.conf ... maybe it will work but I think It is more
>clean to set scehmacheck to ON...
>
>thx in advance.
>see u,
>Galoppin Fabian