use Samba 3 by default
This commit is contained in:
parent
5779f01884
commit
4664fe5414
|
@ -1,9 +1,9 @@
|
||||||
<pdf type="host" headline="Host information">
|
<pdf type="host" filename="printLogo.jpg" headline="Host information" margin-top="10.0" margin-bottom="20.0" margin-left="10.0" margin-right="10.0">
|
||||||
<section name="_posixAccount_uid">
|
<section name="_posixAccount_uid">
|
||||||
<entry name="main_dn" />
|
<entry name="main_dn" />
|
||||||
<entry name="posixAccount_description" />
|
<entry name="posixAccount_description" />
|
||||||
<entry name="posixAccount_uidNumber" />
|
<entry name="posixAccount_uidNumber" />
|
||||||
<entry name="posixAccount_primaryGroup" />
|
<entry name="posixAccount_primaryGroup" />
|
||||||
<entry name="sambaAccount_domain" />
|
<entry name="sambaSamAccount_sambaDomainName" />
|
||||||
</section>
|
</section>
|
||||||
</pdf>
|
</pdf>
|
|
@ -1,5 +1,4 @@
|
||||||
<pdf type="user" headline="User information">
|
<pdf type="user" filename="printLogo.jpg" headline="User information">
|
||||||
<text name="user" />
|
|
||||||
<section name="Personal user information">
|
<section name="Personal user information">
|
||||||
<entry name="inetOrgPerson_title" />
|
<entry name="inetOrgPerson_title" />
|
||||||
<entry name="inetOrgPerson_givenName" />
|
<entry name="inetOrgPerson_givenName" />
|
||||||
|
@ -23,14 +22,13 @@
|
||||||
<entry name="inetOrgPerson_host" />
|
<entry name="inetOrgPerson_host" />
|
||||||
</section>
|
</section>
|
||||||
<section name="Windows settings">
|
<section name="Windows settings">
|
||||||
<entry name="sambaAccount_displayName" />
|
<entry name="sambaSamAccount_displayName" />
|
||||||
<entry name="sambaAccount_password" />
|
<entry name="sambaSamAccount_sambaDomainName" />
|
||||||
<entry name="sambaAccount_homeDrive" />
|
<entry name="sambaSamAccount_sambaHomeDrive" />
|
||||||
<entry name="sambaAccount_scriptPath" />
|
<entry name="sambaSamAccount_sambaHomePath" />
|
||||||
<entry name="sambaAccount_smbHome" />
|
<entry name="sambaSamAccount_sambaLogonScript" />
|
||||||
<entry name="sambaAccount_userWorkstations" />
|
<entry name="sambaSamAccount_sambaProfilePath" />
|
||||||
<entry name="sambaAccount_homePath" />
|
<entry name="sambaSamAccount_sambaUserWorkstations" />
|
||||||
<entry name="sambaAccount_domain" />
|
|
||||||
</section>
|
</section>
|
||||||
<section name="Quota Settings">
|
<section name="Quota Settings">
|
||||||
<entry name="quota_quotas" />
|
<entry name="quota_quotas" />
|
||||||
|
|
Loading…
Reference in New Issue