В сообщении от Понедельник 18 января 2010 19:33:00 автор Kris Kaido написал:
> Hi List,
> 
> I'm installing a Samba server with the intended purpose of serving files to
> Windows users with seamless authentication on the smb server.
> For that, I've been reading and following every single google search result
> regarding the subject, but it seems I'm stuck at some point where other
> people are not blocked ...
> 
> To summarize, I have these commands OK:
> # kinit admin_u...@domain.example.com
> # klist (ticket ok)
> # net join ads -S server -U admin_user
> # wbinfo -u and -g (both showing "DOMAIN\...")
> # wbinfo -t (succeeded)
 
Try to use Kerberos auth (wbinfo -K login%pass). It's possible, Windows PDC 
does not support NT-style auth via pipe. Also, try 'nt pipe support = no' 
option in smb.conf file.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to