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

Reply via email to