Searched refs:shadow_st (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c297 struct spwd *sp_ptr1p, shadow_st; local
344 shadow_st.sp_namp = nullstr; /* no name */
345 shadow_st.sp_pwdp = lkstring; /* locked password */
346 shadow_st.sp_lstchg = -1; /* no lastchanged date */
347 shadow_st.sp_min = -1; /* no min */
348 shadow_st.sp_max = -1; /* no max */
349 shadow_st.sp_warn = -1; /* no warn */
350 shadow_st.sp_inact = -1; /* no inactive */
351 shadow_st.sp_expire = -1; /* no expire */
352 shadow_st
[all...]

Completed in 58 milliseconds