On Thu, 2009-05-21 at 15:39 -0400, Toby Bluhm wrote:
The situation I'm in is that this box is joining to a win2000 PDC using samba+winbind for setting permissions on files and dir with domain users/groups. When I do a ls -l I just see the uid or gid instead of the domainame+_user domainname+group which is causing samba not to know who owns the file.
Is winbind added to the appropriate fields in nsswitch.conf?
--
Yes
Is wbind running? Does any of the wbinfo commands give what you expect?
Hey what is winbindd need for? I don't need it! ---------------------------------------- [global] workgroup = yourstruly.local password server = yourstruly.local realm = YOURSTRULY.LOCAL security = ads idmap uid = 16777216-33554431 idmap gid = 16777216-33554431 template shell = /bin/false winbind use default domain = false winbind offline logon = false ----------------------------------------