1 ############################## 2 # passwd_exp input structure # 3 ############################## 4 5 Fields in Input Order separated by `:' 6 7 u_name - user name 8 u_fullname - user full name 9 u_email - user email 10 t_expire_date - expire days 11 t_disable_date - date of dissable in days 12 d_warn_days - warning days 13 d_inactive_days - inactive days 14 s_nosend - user nosend bit 15 * - special user vars separator char 16 17 18 NOTE: One input structure per line is expected !