Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dshadow.h55 #define NOLOGINSTRING "NP" /* sp_pwdp for no-login accounts */ macro
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c698 else if (strncmp(psp->sp_pwdp, NOLOGINSTRING, in applypasswd()
699 sizeof (NOLOGINSTRING)-1) == 0) in applypasswd()
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c743 (strcmp(spw->sp_pwdp, NOLOGINSTRING) != 0)) { in files_update()
770 spw->sp_pwdp = NOLOGINSTRING; in files_update()
H A Dldap_attr.c704 (strcmp(spw->sp_pwdp, NOLOGINSTRING) != 0)) { in ldap_update()
758 STRDUP_OR_RET(spw->sp_pwdp, "{crypt}" NOLOGINSTRING); in ldap_update()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1257 else if (strncmp(passwd, NOLOGINSTRING, in display_attr()
1258 sizeof (NOLOGINSTRING)-1) == 0) in display_attr()