> Meaning if I have a realm EXAMPLE.LOCAL and an SMTP domain EXAMPLE.COM > and userPrincipalName attributes on accounts in AD use the SMTP domain > like [email protected] can initial credentials be acquired? > > If I try kinit I get: > > $ kinit -f [email protected] > kinit(v5): Cannot resolve network address for KDC in realm > EXAMPLE.COM while getting initial credentials
kinit -E -f [email protected]@EXAMPLE.LOCAL NB: if this doesn't work in 1.7, try trunk, I think it may have been broken in 1.7. -- Luke ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
