Lucas Machado
2004-Dec-03 21:28 UTC
[Samba] Samba/Kerberos problems: NT_STATUS_LOGON_FAILURE
I have followed directions in a recent article in Sysadmin magazine, "Wedding Samba to an Active Directory Domain', but I cannot connect to the samba server... The samba server is able to get a ticket from the KDC, and access a samba share on a windows client using Kerberos for authentication.... However, no machine is able to connect to my samba server. I could not connect using a windows client, nor could i connect using my samba server as a client. user@mysambaserver:/usr/local/samba/bin$ ./smbclient //localhost/samba1 -k session setup failed: NT_STATUS_LOGON_FAILURE in the log.smbd file i get: [2004/12/03 16:19:19, 1] libads/kerberos_verify.c:ads_secrets_verify_ticket(147) ads_secrets_verify_ticket: failed to fetch machine password [2004/12/03 16:19:19, 1] smbd/sesssetup.c:reply_spnego_kerberos(173) Failed to verify incoming ticket! I have googled this but haven't found any solutions to similar problems..I'm still looking, but if anyone can help me out that would be great. -- Cheers, --Lucas Machado
sharif islam
2004-Dec-03 21:47 UTC
[Samba] Samba/Kerberos problems: NT_STATUS_LOGON_FAILURE
On Fri, 3 Dec 2004 16:28:30 -0500, Lucas Machado <thru.being.cool@gmail.com> wrote:> user@mysambaserver:/usr/local/samba/bin$ ./smbclient //localhost/samba1 -k > session setup failed: NT_STATUS_LOGON_FAILUREI think if you don't provide the username it takes the local user. Try smbclient with the -u flag. //localhost/samba1 -Uadusername (you can use the same account that joined the machine to the domain). You probably tested this, but if not do a kinit -Uadusername. Make sure /etc/krb5.conf is configured properly. --Sharif
Apparently Analagous Threads
- Can't connect to samba from foreign network --- 'Gethostbyaddr failed' error in log.smb
- Samba Version 4.0.7 replace netlogon: /usr/local/samba/var/locks/sysvol/my.domain/scripts
- Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
- Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
- Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication