279fbd0
#
279fbd0
################################################################################
279fbd0
#
279fbd0
dn: cn=schema
279fbd0
#
279fbd0
################################################################################
279fbd0
#
279fbd0
attributeTypes: (
279fbd0
  1.3.6.1.4.1.17852.2.1.2.1.1
279fbd0
  NAME 'ftpQuota'
279fbd0
  DESC 'Quota definition for proftpd mod_quotatab_ldap'
279fbd0
  EQUALITY caseExactMatch
279fbd0
  SUBSTR caseExactSubstringsMatch
279fbd0
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255}
279fbd0
  )
279fbd0
#
279fbd0
################################################################################
279fbd0
#
279fbd0
objectClasses: (
279fbd0
  1.3.6.1.4.1.17852.2.1.2.2.1
279fbd0
  NAME 'proFTPDQuota'
279fbd0
  DESC 'Quota object for proftpd mod_quotatab_ldap'
279fbd0
  SUP top
279fbd0
  AUXILIARY
279fbd0
  MAY ( ftpQuota )
279fbd0
  )
279fbd0
#
279fbd0
################################################################################
279fbd0
#