I am having an issue with winbind/samba and my groups.

when I type the following:

$ groups ntdomain\\jfountain

I get the following nothing.

When i type this (logged in as jfountain)

$ groups 

I get the following:

$ 50000

I am assuming this means domain admins.

when i type

$./wbinfo -r jfountain

I get the following:

50016
50017
50018
50019
50020
50021
50010
50022
50023
50000

I don't know where the disconnect is in winbind.  why iam not getting my
group listing instead of numbers

wbinfo -g gets all the groups with no problem.

here is my smb.conf

[global]
        workgroup = ntdomain
        netbios name = samba
        server string = SAMBA
        interfaces = lan4 127.0.0.1
        bind interfaces only = Yes
        security = DOMAIN
        encrypt passwords = Yes
        password server = server1
        username map = /etc/smbusers
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        preferred master = False
        local master = No
        domain master = False
        wins server = 11.1.7.2
        winbind uid = 40000-49999
        winbind gid = 50000-59999
        template shell = /usr/bin/ksh
        winbind separator = \
        winbind cache time = 15
        winbind enum users = Yes
        winbind enum groups = Yes
        winbind use default domain = Yes

my nsswitch.conf

passwd:  files winbind
groups:   files winbind

Any thoughts, ideas? what did i not do? 

Thanks!!!
Jenn

-- 
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