Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c244 const char *pwd_reason; in change() local
369 pwd_reason = kadm5_check_password_quality (context, principal, in change()
371 if (pwd_reason != NULL ) { in change()
374 client, pwd_reason); in change()
376 KRB5_KPASSWD_SOFTERROR, pwd_reason); in change()
/freebsd/crypto/heimdal/kadmin/
H A Dserver.c252 const char *pwd_reason; in kadmind_dispatch() local
257 pwd_reason = kadm5_check_password_quality (contextp->context, in kadmind_dispatch()
259 if (pwd_reason != NULL) in kadmind_dispatch()