Hi list,
Im using Samba 3.0.23d on a Debian Etch box.
Its configured as a ADS member.
wbinfo -u returns correct domain users
wbinfo -g returns correct domain groups
getent passwd returns all users. I.e
#KIC\kicass:*:10049:10002:kic ass:/home/KIC/kicass:/bin/false
getent group returns correctly. .I.e
KIC\xcello:x:10016:KIC\mats
Executing chown KIC\\kicass test.txt works.
Executing chgrp KIC\\xcello test.txt returns "chgrp: invalid group
name `KIC\\xcello'"
Does anyone have any idea why users works but not groups?
Here is the smb.conf snippet.
[global]
netbiosname = SAMBA_SRV
winsserver = 192.168.1.11
idmapuid = 10000-20000
idmapgid = 10000-20000
workgroup = KIC
encryptpasswords = yes
security = ADS
realm = KIC.SE
winbind enum users = yes
winbind enum groups = yes
Regards,
henrik
Henrik Zagerholm
2007-Jan-19 11:22 UTC
SOLVED Re: [Samba] Domain groups problem Samba 3.0.23d
I tried winbind use default domain = yes restarted winbindd and it worked. I then switched it back and now it works with default domain = no. 19 jan 2007 kl. 11:56 skrev Henrik Zagerholm:> Hi list, > > Im using Samba 3.0.23d on a Debian Etch box. > > Its configured as a ADS member. > > wbinfo -u returns correct domain users > > wbinfo -g returns correct domain groups > > getent passwd returns all users. I.e > #KIC\kicass:*:10049:10002:kic ass:/home/KIC/kicass:/bin/false > > getent group returns correctly. .I.e > KIC\xcello:x:10016:KIC\mats > > Executing chown KIC\\kicass test.txt works. > Executing chgrp KIC\\xcello test.txt returns "chgrp: invalid group > name `KIC\\xcello'" > > Does anyone have any idea why users works but not groups? > > Here is the smb.conf snippet. > > [global] > netbiosname = SAMBA_SRV > winsserver = 192.168.1.11 > idmapuid = 10000-20000 > idmapgid = 10000-20000 > workgroup = KIC > encryptpasswords = yes > security = ADS > realm = KIC.SE > winbind enum users = yes > winbind enum groups = yes > > > Regards, > henrik > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba