From 06ac151a68c668a8c4cee8a2a377b0ae93b99fb1 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 23 Apr 2004 11:58:26 +0000 Subject: Added LDAP perl scripts (Stefan Adams) --- ldap-scripts/quota.schema | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ldap-scripts/quota.schema (limited to 'ldap-scripts/quota.schema') 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 )) -- cgit v1.2.3