Craig White a Ãcrit :

On Mon, 2003-12-22 at 09:12, StÃphane Purnelle wrote:


On Mon, 2003-12-22 at 07:46, StÃphane Purnelle wrote:




dn: cn=Domain Users,ou=Groups,o=Mullen,c=US
objectClass: posixGroup
objectClass: sambaGroupMapping
gidNumber: 513
cn: Domain Users
description: Netbios Domain Users
sambaSID: S-1-5-21-3186189368-1246494298-1334198317-513
sambaGroupType: 2
displayName: Domain Users

dn: cn=root,ou=Group,o=Mullen,c=US
objectClass: posixGroup
objectClass: top
cn: root
gidNumber: 0

I see in this desciption that root is in sub-tree ou=Group and Domain Users is in sub-tree ou=Groups, it's normal or not ?




----
Yes, that is how I thought it was supposed to work.

Thus all of the group info migrated from /etc/group went into ou=Group

and all of the group info migrated from smbldap-populate.pl and
hence-forth via LDAP assignments went into ou=Groups

No?


And in your smb.conf what group suffix have you specified ?
---
moved top post to bottom for continuity...

       ldap group suffix = ou=Groups
       ldap user suffix = ou=People
       ldap machine suffix = ou=Computers

Craig




Ok, I think that is the problem, samba try to modfiy group "root" and cannot midify because is in ou=group.
Samba search in ou = groups
Can you try your command after moved


dn: cn=root,ou=Group,o=Mullen,c=US
objectClass: posixGroup
objectClass: top
cn: root
gidNumber: 0

TO

dn: cn=root,ou=Groups,o=Mullen,c=US
objectClass: posixGroup
objectClass: top
cn: root
gidNumber: 0


-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to