Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A D__failed_count.c110 items[0].type = ATTR_RST_FAILED_LOGINS; in __rst_failed_count()
H A Dpasswdutil.h80 ATTR_RST_FAILED_LOGINS = 0x2000000 /* reset failed logins */ enumerator
H A Dfiles_attr.c265 case ATTR_RST_FAILED_LOGINS: in files_getpwnam()
854 case ATTR_RST_FAILED_LOGINS: in files_update()
H A Dldap_attr.c880 case ATTR_RST_FAILED_LOGINS: in ldap_update()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c846 attrlist_add(attributes, ATTR_RST_FAILED_LOGINS, NULL); in ckarg()