|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
<entry name="homepath" type="String">
|
|
|
|
|
<label>Home path template</label>
|
|
|
|
|
<whatsthis>This option specifies the UNIX home path template for new users. The '%U' macro will replaced with the actual user name.</whatsthis>
|
|
|
|
|
<default code="true">QFile::decodeName(KU_HOMETEMPLATE)</default>
|
|
|
|
|
<default code="true">TQFile::decodeName(KU_HOMETEMPLATE)</default>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry name="firstUID" type="Int">
|
|
|
|
|
<label>First UID</label>
|
|
|
|
@ -91,7 +91,7 @@
|
|
|
|
|
<entry name="sexpire" type="DateTime">
|
|
|
|
|
<label>sexpire</label>
|
|
|
|
|
<whatsthis>This setting is for specifying a date when user accounts will expire.</whatsthis>
|
|
|
|
|
<default code="true">QDateTime(QDate(1970,1,1))</default>
|
|
|
|
|
<default code="true">TQDateTime(TQDate(1970,1,1))</default>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry name="sneverexpire" type="Bool">
|
|
|
|
|
<label>sneverexpire</label>
|
|
|
|
|