LDAPAdminDownload now

OverviewNewsScreenshotsDocumentationDownloadForums

LDAP Admin - Pure-FTP Account

Pure-FTP Account by Tihomir Karlovic

ver 1.0

Template for Pure-FTP user account

<template>
     <name>Pure-FTP Account</name>
     <description>Template for Pure-FTP user account</description>
     <author>Tihomir Karlovic</author>
     <version>1.0</version>
     <email>tk1065@users.sourceforge.net</email>
     <website>ldapadmin.sourceforge.net</website>


     <rdn>uid</rdn>
     <extends>user</extends>
     
     <attribute>
         <name>objectclass</name>
         <value>top</value>
         <value>PureFTPdUser</value>
         <value>posixAccount</value>
     </attribute>

     <attribute type="text">
         <name>uid</name>         
     </attribute>

     <attribute type="text">
         <name>description</name>
     </attribute>

     <attribute type="text">
         <name>cn</name>
         <value>%uid%</value>
     </attribute>
 
     <attribute type="text">
         <name>homeDirectory</name>
         <value>/home/%uid%</value>
     </attribute>

     <attribute type="text">
         <name>uidNumber</name>
         <value>1000</value>
     </attribute>

     <attribute type="text">
         <name>gidNumber</name>
         <value>100</value>
     </attribute>

     <attribute type="text">
         <name>FTPStatus</name>
     <value>enabled</value>
         <control type="combo">
              <items>
                 <item>enabled</item>
                <item>disabled</item>
              </items>
         </control>
     </attribute>

     <attribute type="text">
         <name>FTPQuotaFiles</name>
      <description>Quota files</description>
         <value>50</value>
     </attribute>

     <attribute type="text">
         <name>FTPQuotaMBytes</name>
      <description>Quota size in megabytes</description>
         <value>10</value>
     </attribute>

     <attribute type="text">
         <name>FTPDownloadBandwidth</name>
      <description>Download bandwidth in kb/sec</description>
         <value>50</value>
     </attribute>

     <attribute type="text">
         <name>FTPUploadBandwidth</name>
      <description>Upload bandwidth in kb/sec</description>
         <value>50</value>
     </attribute>

     <attribute type="text">
         <name>FTPDownloadRatio</name>
      <description>Download ratio</description>
         <value>5</value>
     </attribute>

     <attribute type="text">
         <name>FTPUploadRatio</name>
      <description>Upload ratio</description>
         <value>1</value>
     </attribute>

     <attribute type="text">
         <name>FTPuid</name>
      <description>FTP uid (overrides posix uid)</description>
     </attribute>

     <attribute type="text">
         <name>FTPgid</name>
      <description>FTP gid (overrides posix gid)</description>
     </attribute>
 
</template>


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