Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c103 pw_passwd = NOPWDRTR; in _nss_ldap_shadow2str()
114 pw_passwd = NOPWDRTR; in _nss_ldap_shadow2str()
123 pw_passwd = NOPWDRTR; in _nss_ldap_shadow2str()
/titanic_41/usr/src/head/
H A Dshadow.h56 #define NOPWDRTR "*NP*" /* password is not retrievable */ macro
/titanic_41/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c411 else if (strcmp(shpwd.sp_pwdp, NOPWDRTR) == 0) in pam_sm_acct_mgmt()
412 pw = NOPWDRTR; in pam_sm_acct_mgmt()
/titanic_41/usr/src/cmd/keyserv/
H A Dchkey.c1182 if (strcmp(spw->sp_pwdp, NOPWDRTR) == 0) { in main()