Hi,
I'm trying to use winbind to force the other samba servers on our network to use the SME domain user accounts. (I'm sick of maintaining seperate user accounts on each samba server). The non-SME samba servers are Mandrake 8.x and 9.0. This is what I've tried on a Mandrake 9.0 box:
In /etc/pam.d/samba:
- auth sufficient /lib/security/pam_winbind.so
- account sufficient /lib/security/pam_winbind.so
In /etc/nsswitch.conf
- passwd files winbind
- group files winbind
In smb.conf:
- security = domain
- password server = SME server
- winbind uid = 10000-20000
- winbind gid = 10000-20000
Succesfully joined the SME domain using smbpasswd -j
It sort of works....An SME user can browse the list of shares, but cannot connect to any individual shares. The individual shares are configured with "valid user = "
What am I missing? Or is this even possible at all?
Thanks,
Derek