Displaying 3 results from an estimated 3 matches for "krb5kdc_err_c_principal_unknown".
2017 Oct 11
2
Opensolaris-ish joins but does not seem to be valid
...s128-cts-hmac-sha1-96 des3-cbc-sha1 rc4-hmac rc4-hmac-exp des-cbc-md5 des-cbc-crc
HostAddresses: 192.168.0.115
No. Time Source Destination Protocol Length Info
6 0.018414 192.168.6.6 192.168.0.115 KRB5 148 KRB Error: KRB5KDC_ERR_C_PRINCIPAL_UNKNOWN
Frame 6: 148 bytes on wire (1184 bits), 148 bytes captured (1184 bits)
User Datagram Protocol, Src Port: kerberos (88), Dst Port: 64049 (64049)
Kerberos KRB-ERROR
Pvno: 5
MSG Type: KRB-ERROR (30)
ctime: 2017-10-11 22:30:57 (UTC)
cusec: 234
stime: 2017-10-11 22:30:57 (UTC)
s...
2017 Oct 10
3
Opensolaris-ish joins but does not seem to be valid
----- Original Message -----
> From: "samba" <samba at lists.samba.org>
> To: "samba" <samba at lists.samba.org>
> Sent: Tuesday, October 10, 2017 10:19:29 AM
> Subject: Re: [Samba] Opensolaris-ish joins but does not seem to be valid
> On Tue, 10 Oct 2017 09:39:43 -0500 (CDT)
> Andrew Martin <amartin at xes-inc.com> wrote:
>
>>
2018 Mar 04
1
Samba AD + Kerbero + NFS "Client no longer in database"
...reason[kdc_tcp_call_loop:
tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_DISCONNECTED]
############################
I believe the "Client no longer in database" message is the root error.
I added code to Samba sources to pull exact message code of -1765328378
which I found means KRB5KDC_ERR_C_PRINCIPAL_UNKNOWN
I created the server and client keytab files using these kinds of commands
sudo samba-tool spn add nfs/ubuntu-nfs.subdomain.domain.com "UBUNTU-NFS\$"
sudo samba-tool domain exportkeytab
--principal=nfs/ubuntu-nfs.subdomain.domain.com ~/ubuntu-nfs.keytab
and put the files in /etc/krb5...