"Fossies" - the Fresh Open Source Software Archive

Member "passwd_exp-1.2.11/doc/input.struct" (21 Nov 2005, 466 Bytes) of package /linux/privat/old/passwd_exp-1.2.11.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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 !