Home
last modified time | relevance | path

Searched refs:sp_inact (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dputspent.c64 if (p->sp_inact > 0) in putspent()
65 (void) fprintf(f, "%d:", p->sp_inact); in putspent()
H A Dgetspent_r.c219 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 Dpwconv.c273 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 Dgetspent.c142 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 Dunix_acct.c115 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 Dshadow.h68 int sp_inact; /* number of days the login may be inactive */ member
/titanic_41/usr/src/cmd/passmgmt/
H A Dpassmgmt.c350 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 Dgetspent.c87 spwd->sp_inact = -1;
/titanic_41/usr/src/lib/passwdutil/
H A Dswitch_utils.c552 shadow->sp_inact = -1;
584 if (!getfield(&p, limit, 0, &shadow->sp_inact))
H A Dnss_attr.c294 w->data.val_i = spw->sp_inact; in nss_getattr()
H A Dfiles_attr.c587 w->data.val_i = spw->sp_inact; in files_getattr()
837 spw->sp_inact = p->data.val_i; in files_update()
H A Dldap_attr.c364 w->data.val_i = spw->sp_inact; in ldap_getattr()
/titanic_41/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c1248 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 Dlogins.c724 ppasswd->inactive = psp->sp_inact; in applypasswd()
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3382 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 Dns_writes.c1870 if (ptr->sp_inact >= 0) { in __s_cvt_shadow()
1871 (void) sprintf(ibuf, "%d", ptr->sp_inact); in __s_cvt_shadow()