!   XUser application defaults

!   Instead of XUser*option:    ...
!              *option:         ...
!   may also be used

! Beyond, the corresponding command-line option and the program-default
! are given on the line preceding the starred-option specification of this
! application file. An option value of "" indicates an empty string.

! Options prefixed by ! may be activated by removing the !-char
! (e.g., !*fixed becomes *fixed)

! Where is the shells-file ?
!   -shells /etc/shells
!*shells:           /etc/shells

! Where is the password-file ?
!   -passwd /etc/passwd
!*passwd:           /etc/passwd

! Where is the shadow-file ?
!   -shadow /etc/shadow
!*shadow:           /etc/shadow

! Where is the file containing all groups ?
!   -groups /etc/group
!*groups:           /etc/group

! Where is the skeleton information for new users found ?
!   -skeleton   /etc/skel
!*skeleton: /etc/skel

! What is the extension for the backed-up passwd and shadow files
! (if a . is to be included, it must be given as well) (-) ?
!   -backup -
!*backup:           -

! What is the minimum length of a password ?
!   -length 5
!*length:          5

! How many days after its last change must a password remain fixed ?
!   -fixed  0
!*fixed:            0

! How many days after its last change must it be changed again ?
!   -change 0
!*change:           0

! How many days before it must be changed is the user warned ?
!   -alert 0
*alert:             7

! How many days after it should have been changed is entry still allowed ?
!   -entry 0
*entry:             7

! How long will a password be valid before it expires ?
!   -expiration 0
*expiration:        1000

! What is the default groupname ?
!   -group ""
*group:             icce

! What is the default shell ?
!   -shell  (the first line of the file specified with *shells or -shells)
!*shell:            ""

! What is the default base for new home-directories ?
!   -home /home
!*home:             ""

! What is considered the longest time a password can exist ?
! (This also has to do with the calculations done by the calendar-software)
! The provided default (10000) is equivalent to some 30 years. Do you
! really need a longer period of time ?
!   -unlimited 10000
!*unlimited:        10000

! Print the actual options to stderr (default: don't print). the required
! command-line option is just:
!   -options 
!*options:          1

! Force the default shadow parameters (as specified in this file:
! fixed, change, alert, entry, expiration) on initial display of all
! user-records. This does not alter the settings of these users, unless
! the save/exit buttons are pressed. The option may be handy for
! shadow-password parameter-setting standardization.
! The required command-line option is just:
!   -force
!*force-shadow-defaults:    1

