Searched refs:sp_inact (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | putspent.c | 64 if (p->sp_inact > 0) in putspent() 65 (void) fprintf(f, "%d:", p->sp_inact); in putspent()
|
H A D | getspent_r.c | 219 shadow->sp_inact = -1; in str2spwd() 251 if (!getfield(&p, limit, 0, &shadow->sp_inact)) in str2spwd()
|
/titanic_41/usr/src/cmd/pwconv/ |
H A D | pwconv.c | 273 sp->sp_inact = -1; in main() 287 sp->sp_inact = -1; in main() 328 sp->sp_inact = -1; in main() 342 sp->sp_warn = sp->sp_inact = sp->sp_expire = -1; in main() 359 sp->sp_inact = -1; in main()
|
/titanic_41/usr/src/lib/nsswitch/compat/common/ |
H A D | getspent.c | 142 override(fields[6], &sp->sp_inact); 166 (sp->sp_inact > 0 && printnum(4, sp->sp_inact),
|
/titanic_41/usr/src/lib/pam_modules/unix_account/ |
H A D | unix_acct.c | 115 if ((shpwd->sp_inact > 0) && (retval == sizeof (ll)) && in check_for_login_inactivity() 124 if (((time_t)((ll.ll_time / DAY) + shpwd->sp_inact) in check_for_login_inactivity() 128 ((shpwd->sp_lstchg + shpwd->sp_inact) < DAY_NOW)) { in check_for_login_inactivity() 398 shpwd.sp_inact = attr_spw[4].data.val_i; in pam_sm_acct_mgmt() 425 shpwd.sp_warn, shpwd.sp_inact, shpwd.sp_expire); in pam_sm_acct_mgmt()
|
/titanic_41/usr/src/head/ |
H A D | shadow.h | 68 int sp_inact; /* number of days the login may be inactive */ member
|
/titanic_41/usr/src/cmd/passmgmt/ |
H A D | passmgmt.c | 350 shadow_st.sp_inact = -1; /* no inactive */ in main() 401 if (((shadow_st.sp_inact = in main() 406 if (shadow_st.sp_inact == 0) in main() 407 shadow_st.sp_inact = -1; in main() 1079 sp_ptr1p->sp_inact = in main() 1080 shadow_st.sp_inact; in main() 1640 sprintf(ctp, "%d", ssp->sp_inact) + in ck_s_sz()
|
/titanic_41/usr/src/lib/nsswitch/nis/common/ |
H A D | getspent.c | 87 spwd->sp_inact = -1;
|
/titanic_41/usr/src/lib/passwdutil/ |
H A D | switch_utils.c | 552 shadow->sp_inact = -1; 584 if (!getfield(&p, limit, 0, &shadow->sp_inact))
|
H A D | nss_attr.c | 294 w->data.val_i = spw->sp_inact; in nss_getattr()
|
H A D | files_attr.c | 587 w->data.val_i = spw->sp_inact; in files_getattr() 837 spw->sp_inact = p->data.val_i; in files_update()
|
H A D | ldap_attr.c | 364 w->data.val_i = spw->sp_inact; in ldap_getattr()
|
/titanic_41/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 1248 sp->sp_inact = atoi(temp); in decode_shadow_entry() 1306 sp->sp_inact, COLON_CHAR, in write_shadow_info()
|
/titanic_41/usr/src/cmd/logins/ |
H A D | logins.c | 724 ppasswd->inactive = psp->sp_inact; in applypasswd()
|
/titanic_41/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 3382 data.sp_inact = ascii_to_int(ecol[6].ec_value.ec_value_val); in genent_shadow() 3383 if (data.sp_inact < -1) { in genent_shadow() 3390 data.sp_inact = -1; in genent_shadow()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 1870 if (ptr->sp_inact >= 0) { in __s_cvt_shadow() 1871 (void) sprintf(ibuf, "%d", ptr->sp_inact); in __s_cvt_shadow()
|