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