The krb5_parse_name() function is a convenience function designed to construct a krb5_principal of type KRB5_NT_PRINCIPAL from an input string. This function will succeed as long as the input can be parsed into one or more components plus an optional realm.
What functions are you using to construct the request to the KDC? Please keep in mind that Kerberos authenticates two peers to each other by name. The requirement is that the service principal exist in the Kerberos Database. Do you have service principals in the KDB of the form "host/[EMAIL PROTECTED]"? Jeffrey Altman ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
