On Wed, 2005-07-13 at 10:07 +0300, Vesko wrote: > Adam Stokes wrote: > > > > There is no need for the /etc/group file to have those entries in it > > because Samba will map the entires from the ldap server. > > > > So remove the entries in /etc/group, import the ldif > > from /tmp/sambaGroups and map the appropriate entries (instead of > > ntgroup='Admins' use ntgroup='Domain Admins' unixgroup='Domain Admins') > > > > Remeber you are mapping from an ldap server so the entries have to exist > > somewhere. > > > > > > The same errors: > > [root at dt ~]# net groupmap add rid=512 ntgroup=?Domain Admins? > unixgroup=?Domain Admins? > Bad option: Admins? > > [root at dt ~]# net groupmap add rid=512 ntgroup='Domain Admins' > unixgroup='Domain Admins' > Can't lookup UNIX group Domain Admins > > Is this a samba bug or ...? > it is just not working as expected :( I did everything right up till > this mommenet. I use samba-3.0.10-1.4E on CentOS release 4.1 (Final) and > fedora-ds-7.1-2.RHEL4 (rpm install) > > regards > > -- > Fedora-directory-users mailing list > Fedora-directory-users at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users Hard to say whether its a bug or not. When you query the directory server do those Samba groups show up? If so try to come up with a small test case for your scenario and ill see if i can reproduce it and a possible workaround. thanks