QFilekapplication.hglobals.hdefaulttrueThis 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.FilesThis 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_FIRSTUIDThis options specifies the first group ID where searching for an available GID starts.KU_FIRSTGIDIf this option is checked then a home directory will created for the new user.trueIf this option is checked then the contents of the skeleton folder will copied to the new user's home directorytrueIf 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_USERPRIVATEGROUPThis is the default primary group which will be assigned to a newly created user.1000-1-1-1This 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.trueThis specifies the users database file (usually /etc/passwd)./etc/passwdThis specifies the groups database file (usually /etc/group)./etc/groupCheck 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/shadowSpecifies the shadow group file (usually /etc/gshadow). Leave this empty if your system does not use a shadow group file./etc/gshadow