summaryrefslogtreecommitdiff
path: root/ldap-scripts/quota.schema
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-04-23 11:58:26 +0000
committerjkar8572 <jkar8572>2004-04-23 11:58:26 +0000
commit06ac151a68c668a8c4cee8a2a377b0ae93b99fb1 (patch)
tree68df4913424e2546a57e4d644d7f675d275e052a /ldap-scripts/quota.schema
parent5368b78b1ff83d0e9d8f3c15eab0ccb35517e391 (diff)
Added LDAP perl scripts (Stefan Adams)
Diffstat (limited to 'ldap-scripts/quota.schema')
-rw-r--r--ldap-scripts/quota.schema18
1 files changed, 18 insertions, 0 deletions
diff --git a/ldap-scripts/quota.schema b/ldap-scripts/quota.schema
new file mode 100644
index 0000000..b5e216f
--- /dev/null
+++ b/ldap-scripts/quota.schema
@@ -0,0 +1,18 @@
+##
+## schema file for Unix Quotas
+## Schema for storing Unix Quotas in LDAP
+## OIDs are owned by Cogent Innovators, LLC
+##
+## 1.3.6.1.4.1.19937.1.1.x - attributetypes
+## 1.3.6.1.4.1.19937.1.2.x - objectclasses
+##
+
+attributetype ( 1.3.6.1.4.1.19937.1.1.1 NAME 'quota'
+ DESC 'Quotas (FileSystem:BlocksSoft,BlocksHard,InodesSoft,InodesHard)'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{255} )
+
+objectclass ( 1.3.6.1.4.1.19937.1.2.1 NAME 'systemQuotas' SUP posixAccount AUXILIARY
+ DESC 'System Quotas'
+ MUST ( uid )
+ MAY ( quota ))