QFile kapplication.h globals.h default true This option allows you to select where the user/group data stored. Currently three storage backends are supported. <BR><B>Files</B> stores user/group data in traditional /etc/passwd and /etc/group flat files. Files This option allows you to select the shell which will be the default for new users. This option specifies the UNIX home path template for new users. The '%U' macro will replaced with the actual user name. QFile::decodeName(KU_HOMETEMPLATE) This options specifies the first user ID where searching for an available UID starts. KU_FIRSTUID This options specifies the first group ID where searching for an available GID starts. KU_FIRSTGID If this option is checked then a home directory will created for the new user. true If this option is checked then the contents of the skeleton folder will copied to the new user's home directory true If this option is enabled, new user creation will create a private group named as the user, and the primary group of the user will assigned to this private group. KU_USERPRIVATEGROUP This is the default primary group which will be assigned to a newly created user. 100 0 -1 -1 -1 This setting is for specifying a date when user accounts will expire. QDateTime(QDate(1970,1,1)) Check this if you want to user accounts never expire. true This specifies the users database file (usually /etc/passwd). /etc/passwd This specifies the groups database file (usually /etc/group). /etc/group Check this if you want the passwords in the shadow file MD5 hashed. Leave this unchecked if DES encryption should be used. Specifies the shadow password file (usually /etc/shadow). Leave this empty if your system does not use a shadow password file. /etc/shadow Specifies the shadow group file (usually /etc/gshadow). Leave this empty if your system does not use a shadow group file. /etc/gshadow