Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpam/
H A Dpam_appl.h314 #define PAM_CHANGE_EXPIRED_AUTHTOK 0x4 /* update expired passwords only */ macro
/titanic_44/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c130 if ((flags & PAM_CHANGE_EXPIRED_AUTHTOK) && !authtok_is_aged(pamh)) {
/titanic_44/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c219 if (flags & PAM_CHANGE_EXPIRED_AUTHTOK) { in pam_sm_chauthtok()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2-pam.c141 PAM_CHANGE_EXPIRED_AUTHTOK)) != PAM_SUCCESS) { in do_pam_kbdint()
/titanic_44/usr/src/cmd/power/
H A Dsys-suspend.c836 PAM_CHANGE_EXPIRED_AUTHTOK); in pm_do_auth()
/titanic_44/usr/src/cmd/login/
H A Dlogin.c1668 PAM_CHANGE_EXPIRED_AUTHTOK); in validate_account()
1672 PAM_CHANGE_EXPIRED_AUTHTOK); in validate_account()
/titanic_44/usr/src/cmd/vt/
H A Dvtdaemon.c755 PAM_CHANGE_EXPIRED_AUTHTOK); in vt_do_auth()
/titanic_44/usr/src/cmd/su/
H A Dsu.c1336 PAM_CHANGE_EXPIRED_AUTHTOK)) != PAM_SUCCESS) { in validate()