quota.schema 552 B

12345678910111213141516171819
  1. ##
  2. ## schema file for Unix Quotas
  3. ## Schema for storing Unix Quotas in LDAP
  4. ## OIDs are owned by Cogent Innovators, LLC
  5. ##
  6. ## 1.3.6.1.4.1.19937.1.1.x - attributetypes
  7. ## 1.3.6.1.4.1.19937.1.2.x - objectclasses
  8. ##
  9. attributetype ( 1.3.6.1.4.1.19937.1.1.1 NAME 'quota'
  10. DESC 'Quotas (FileSystem:BlocksSoft,BlocksHard,InodesSoft,InodesHard)'
  11. EQUALITY caseIgnoreIA5Match
  12. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{255} )
  13. objectclass ( 1.3.6.1.4.1.19937.1.2.1 NAME 'systemQuotas' SUP posixAccount AUXILIARY
  14. DESC 'System Quotas'
  15. MUST ( uid )
  16. MAY ( quota ))