Initial commit to Gerrit
[profile/ivi/quota.git] / ldap-scripts / quota.schema
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
10 attributetype ( 1.3.6.1.4.1.19937.1.1.1 NAME 'quota'
11         DESC 'Quotas (FileSystem:BlocksSoft,BlocksHard,InodesSoft,InodesHard)'
12         EQUALITY caseIgnoreIA5Match
13         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{255} )
14
15 objectclass ( 1.3.6.1.4.1.19937.1.2.1 NAME 'systemQuotas' SUP posixAccount AUXILIARY
16         DESC 'System Quotas'
17         MUST ( uid )
18         MAY  ( quota ))