Lines Matching refs:principal
1081 char *principal = NULL;
1114 kerr = krb5_copy_principal(kr->ctx, entry.principal,
1159 /* Get the principal to which the key belongs, for logging purposes. */
1160 principal = NULL;
1161 kerr = krb5_unparse_name(kr->ctx, validation_princ, &principal);
1163 DEBUG(SSSDBG_CRIT_FAILURE, "internal error parsing principal name, "
1176 principal);
1179 "for [%s].\n", principal);
1190 "membership for user with principal [%s] " \
1200 "membership for user with principal [%s] " \
1217 if (principal != NULL) {
1218 sss_krb5_free_unparsed_name(kr->ctx, principal);
1250 /* Use the updated principal in the creds in case canonicalized */
1329 /* Use the updated principal in the creds in case canonicalized */
1336 * right principal...
1716 DEBUG(SSSDBG_TRACE_LIBS, "Verifying if principal can log in as user\n");
1912 "enterprise principal [%s] offline [%s] UPN [%s]\n",
2108 "find_principal_in_keytab failed for principal %s@%s.\n",
2193 * can't find the updated principal */
2269 DEBUG(SSSDBG_CONF_SETTINGS, "Fast principal is set to [%s]\n",
2730 _("Specifies the server principal to use for FAST"), NULL},
2732 _("Requests canonicalization of the principal name"), NULL},