Displaying 1 result from an estimated 1 matches for "nathanh".
Did you mean:
nathan
2006 Jan 18
1
MIT KDC for Samba authentication?
...DOMAIN.COM.AU and placed that into
/etc/krb5/krb5.keytab on smbserver. That is the location used by the MIT
libraries; I have Apache keys in there that are used by mod_auth_kerb.
When I try to connect using smbclient, entering my Kerberos password
when prompted.
smbclient //1.2.3.4/sharename -U nathanh -W MYDOMAIN.COM.AU -d 4
I get the following error message in log.smbd.
[2006/01/18 14:13:58, 2] auth/auth.c:check_ntlm_password(317)
check_ntlm_password: Authentication for user [nathanh] -> [nathanh]
FAILED with error NT_STATUS_NO_LOGON_SERVERS
Is what I'm trying to do a supported c...