Hello folks, I'm having problems setting samba with fedora-ds, i'm following the how-to samba. The problem follows:
net groupmap add rid=512 ntgroup='Domain Admins' unixgroup='Domain Admins'
I get the following error Can't lookup UNIX group Domainhttp://osdir.com/ml/linux.redhat.fedora.directory.user/2006-10/msg00150.html#Admins
I'm using fedora core 6
Thanks, Thierry Vanden Broucke ----
thierry vandenbroucke wrote:
net groupmap add rid=512 ntgroup='Domain Admins' unixgroup='Domain Admins'
I get the following error Can't lookup UNIX group Domain http://osdir.com/ml/linux.redhat.fedora.directory.user/2006-10/msg00150.html# Admins
What happens when you type:
getent group 'Domain Admins'
On 7/26/07, thierry vandenbroucke cloudyvdb@gmail.com wrote:
Hello folks, I'm having problems setting samba with fedora-ds, i'm following the how-to samba. The problem follows:
net groupmap add rid=512 ntgroup='Domain Admins' unixgroup='Domain Admins'
I get the following error Can't lookup UNIX group Domain Admins
I think that can be the blank-space-expand, anyway test with 'debuglevel' option and see any messages that should indicative some problem.
On 7/26/07, thierry vandenbroucke cloudyvdb@gmail.com wrote:
Hello folks, I'm having problems setting samba with fedora-ds, i'm following the how-to samba. The problem follows:
net groupmap add rid=512 ntgroup='Domain Admins' unixgroup='Domain Admins'
I get the following error Can't lookup UNIX group Domain Admins
Add in /etc/group: Domain Admins:x:2512 Domain Users:x:2513 Domain Guests:x:2514 Domain Computers:x:2515
And map the samba groups again.
389-users@lists.fedoraproject.org