Displaying 1 result from an estimated 1 matches for "wikihttps".
Did you mean:
likehttps
2020 May 17
2
GSSAPI authentication issue with samba as AD DC.
...T imap-nowhere
using samba-tool, I could verifiy the SPN exists.
# samba-tool spn list imap-nowhere
I generated keytab on the domain member machine (which I want to make as an
imap server) as below:
# KRB5_KTNAME=/var/imap/krb5.keytab net ads keytab add imap -U administrator
This is from Samba Wikihttps://wiki.samba.org/index.php/Generating_Keytabs
Checking with ktutil, I verified that the key
imap/nowhere.oikumene.ukehi.net at OIKUMENE.UKEHI.NET
was in the keytab.
# ktutil -k /var/imap/krb5.keytab list
I verified that cyrus-imap reads the keytab, and accept GSSAPI authentication.
But, when I t...