Hi,
I have a problem with my shares on a open-e storage. I cannot get the sambaSid of the system.
However, the support of open-e advise me to add a test user entry including the objectclass sambaAccount.
As I try this I run into a strage behaviour getting an Invalid syntax error.
adding new entry "uid=test,ou=people,dc=xxx,dc=xx"
ldapadd: Invalid syntax (21)
additional info: objectClass: value #2 invalid per syntax
my test user ldif file is
dn: uid=test,ou=people,dc=xxx,dc=xx
objectClass: posixAccount
objectClass: top
objectClass: sambaAccount
objectClass: inetOrgPerson
uid: test
cn: test
userPassword: {CRYPT}xxxxxxxxx
loginShell: /bin/bash
sn: test
rid: 3000
uidNumber: 900
gidNumber: 1000
homeDirectory: /home/test
I am using openldap server 2.3.43-12.el5_7.9.x86_64
What could be the reason?
Normally shouldn´t be a problem, or not?
Thanks
Darko
--