Re: [OpenIndiana-discuss] CIFS server stops authenticating users

2011-07-27 Thread Chris Ridd
On 27 Jul, 2011,at 03:42 PM, Gordon Ross wrote: I saw a case where idmap failures caused an auth. failure like this. The authentication actually succeeded, but the idmap lookups need to build the local token failed, so the logon returned failure. Dtrace should show you that... I don't think i

Re: [OpenIndiana-discuss] CIFS server stops authenticating users

2011-07-27 Thread Gordon Ross
I saw a case where idmap failures caused an auth. failure like this. The authentication actually succeeded, but the idmap lookups need to build the local token failed, so the logon returned failure. Dtrace should show you that... ___ OpenIndiana-discuss

Re: [OpenIndiana-discuss] CIFS server stops authenticating users

2011-07-26 Thread Chris Ridd
On 26 Jul 2011, at 21:51, Gordon Ross wrote: > Generally, that means the local account is not found or the password is wrong. > Did you look in /var/smb/smbpasswd? That's what I thought at first, except I traced the code and that isn't the case. It fails all users in smbpasswd too :-( The logi

Re: [OpenIndiana-discuss] CIFS server stops authenticating users

2011-07-26 Thread Gordon Ross
Generally, that means the local account is not found or the password is wrong. Did you look in /var/smb/smbpasswd? On Tue, Jul 26, 2011 at 2:59 PM, Chris Ridd wrote: > We're trying to use the oi_148 kernel CIFS server in workgroup mode to serve > a few Windows clients. > > The smbd was authentic