LDAPAdminDownload now

OverviewNewsScreenshotsDocumentationDownloadForums

LDAP Admin - Samba domain

Samba domain by Haavard S. Nisja

ver 1.0

Samba domains

<template>
   <name>Samba domain</name>
   <description>Samba domains</description>
   <author>Haavard S. Nisja</author>
   <version>1.0</version>
   <comment>2012-05-18, Trondheim, Norway</comment>
   <email>nish@nisja.net</email>
   <website>www.nisja.net</website>

   <rdn>sambaDomainName</rdn>

   <attribute>
      <name>objectclass</name>
      <value>sambaDomain</value>
   </attribute>

   <control type="panel">
      <caption>Required:</caption>
      <bevel>lowered</bevel>

      <attribute type="text">
         <name>sambaDomainName</name>
         <description>The name of the samba domain</description>
         <value></value>
      </attribute>
      <attribute type="text">
         <name>sambaSid</name>
         <description>Security ID</description>
         <value></value>
      </attribute>
   </control>

   <control type="panel">
      <caption>Optional</caption>
      <bevel>lowered</bevel>

      <control type = "tabbedpanel">
         <tab>
            <caption>Password controll</caption>

            <attribute type="integer">
               <name>sambaMaxPwdAge</name>
               <description>Maximum password age</description>
               <value>-1</value>
            </attribute>

            <attribute type="integer">
               <name>sambaMinPwdAge</name>
               <description>Minimum password age</description>
               <value>0</value>
            </attribute>

            <attribute type="integer">
               <name>sambaMinPwdLength</name>
               <description>Minimum password length</description>
               <value>8</value>
            </attribute>

            <attribute type="integer">
               <name>sambaPwdHistoryLength</name>
               <description>Password history length</description>
               <value>10</value>
            </attribute>

            <attribute type="integer">
               <name>sambaLogonToChgPwd</name>
               <description>Force user to log on to change password</description>
               <value>0</value>
            </attribute>

            <attribute type="integer">
               <name>sambaRefuseMachinePwdChange</name>
               <description>Deny machines to change password</description>
               <value>0</value>
            </attribute>
         </tab><tab>
            <caption>Lockout control</caption>

            <attribute type="integer">
               <name>sambaForceLogOff</name>
               <description>Disconnect user outside logon hours</description>
               <value>-1</value>
            </attribute>
            
            <attribute type="integer">
               <name>sambaLockoutThreshold</name>
               <description>How many bad attempts before lockout</description>
               <value>5</value>
            </attribute>
            <attribute type="integer">
               <name>sambaLockoutDuration</name>
               <description>Minutes of lockout after bad attempts</description>
               <value>30</value>
            </attribute>
            <attribute type="integer">
               <name>sambaLockoutObservationWindow</name>
               <description>Reset lockout after # minutes</description>
               <value>30</value>
            </attribute>
         </tab><tab>
            <caption>Misc</caption>

            <attribute type="text">
               <name>sambaAlgorithmicRidBase</name>
               <description>Base at which the samba RID generation algorithm should operate</description>
               <value></value>
            </attribute>
            <attribute type="integer">
               <name>sambaNextUserRid</name>
               <description>Next NT RID to give out to users</description>
               <value></value>
            </attribute>
            <attribute type="integer">
               <name>sambaNextGroupRid</name>
               <description>Next NT RID to give out to groups</description>
               <value></value>
            </attribute>
            <attribute type="integer">
               <name>sambaNextRid</name>
               <description>Next NT RID to give out to other</description>
               <value></value>
            </attribute>
         </tab>
      </control>
   </control>
</template>


Copyright (C) 2012 Tihomir Karlovic & www.ldapadmin.org. All rights reserved.   Design by Alexander Sokoloff. Impressum
LDAP Admin