Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dshadow.h55 #define NOLOGINSTRING "NP" /* sp_pwdp for no-login accounts */ macro
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c701 else if (strncmp(psp->sp_pwdp, NOLOGINSTRING, in applypasswd()
702 sizeof (NOLOGINSTRING)-1) == 0) in applypasswd()
/titanic_41/usr/src/lib/passwdutil/
H A Dfiles_attr.c742 (strcmp(spw->sp_pwdp, NOLOGINSTRING) != 0)) { in files_update()
769 spw->sp_pwdp = NOLOGINSTRING; in files_update()
H A Dldap_attr.c703 (strcmp(spw->sp_pwdp, NOLOGINSTRING) != 0)) { in ldap_update()
757 STRDUP_OR_RET(spw->sp_pwdp, "{crypt}" NOLOGINSTRING); in ldap_update()
/titanic_41/usr/src/cmd/passwd/
H A Dpasswd.c1257 else if (strncmp(passwd, NOLOGINSTRING, in display_attr()
1258 sizeof (NOLOGINSTRING)-1) == 0) in display_attr()