Greetings ... Installed Samba 3.0.0rc1, and seem to be having problems with winbind. First question, shouldn't "wbinfo -t" return success? I have "wbinfo -u", "wbinfo -g", "wbinfo -p" and "wbinfo --sequence" returning what seems to be valid information. Second, where does winbind keep the details for "wbinfo --get-auth-user"? And when will these details be set? Thrid, should winbind return uid numers for nss when configured in /etc/nsswitch.conf by adding winbind to passwd? Does anybody have any hints on any of these? If more info is required, please ask, don't know what is need to help with this. Thanks Mailed Lee
> Installed Samba 3.0.0rc1, and seem to be having problems with winbind.> First question, shouldn't "wbinfo -t" return success? I have "wbinfoI grab the RawHide src and updated to 3rc1 and wbinfo -t now works, seems like a problem with mkrpm in 3rc1. I will look further once I have my system working. This also fixed wbinfo -a test2%test2 plaintext password authentication succeeded challenge/response password authentication succeeded> Thrid, should winbind return uid numers for nss when configured in >/etc/nsswitch.conf by adding winbind to passwd? Does anybody have any >hints on any of these?I have found that I have to do a [root@dctest-01 samba]# wbinfo -n test1 S-1-5-21-2875628134-430090060-3946654109-1114 1 [root@dctest-01 samba]# wbinfo -S test1 Could not convert sid test1 to uid [root@dctest-01 samba]# wbinfo -S S-1-5-21-2875628134-430090060-3946654109-1114 10000 Before I am able to have nss use the uid numbers for the fs, but I am not able to do a chown test1 ./testdir, I still get chown: `test1': invalid user Do I need to configure pma before I am able to do this? Thanks Mailed Lee P.S. Please can any give me a hand with this. Thanks.