Home
last modified time | relevance | path

Searched refs:kadm5_userprinc (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/pam_modules/krb5_migrate/
H A Dkrb5_migrate_authenticate.c73 kadm5_principal_ent_rec kadm5_userprinc; in pam_sm_authenticate() local
152 (void) memset(&kadm5_userprinc, 0, sizeof (kadm5_userprinc)); in pam_sm_authenticate()
229 retval = kadm5_get_principal(handle, userprinc, &kadm5_userprinc, in pam_sm_authenticate()
252 (void) memset(&kadm5_userprinc, 0, sizeof (kadm5_userprinc)); in pam_sm_authenticate()
268 &(kadm5_userprinc.principal))) { in pam_sm_authenticate()
285 kadm5_userprinc.pw_expiration = now; in pam_sm_authenticate()
290 retval = kadm5_create_principal(handle, &kadm5_userprinc, in pam_sm_authenticate()
363 (void) kadm5_free_principal_ent(handle, &kadm5_userprinc); in pam_sm_authenticate()