[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[phpGroupWare-developers] LDAP schema update for QUOTA.
From: |
Benoit Hamet |
Subject: |
[phpGroupWare-developers] LDAP schema update for QUOTA. |
Date: |
Wed, 18 Oct 2006 16:40:55 +0200 |
User-agent: |
Thunderbird 1.5.0.7 (X11/20060927) |
Hi all,
I want to modify the LDAP schema for adding ability to fix the quota bug
under LDAP, in HEAD.
Does any of you have comment on it ?
Index: phpgroupware.schema
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/doc/ldap/phpgroupware.schema,v
retrieving revision 1.1.2.3
diff -w -u -r1.1.2.3 phpgroupware.schema
--- phpgroupware.schema 5 Apr 2005 10:03:49 -0000 1.1.2.3
+++ phpgroupware.schema 18 Oct 2006 14:36:22 -0000
@@ -19,6 +19,16 @@
MUST phpgwContactID
)
+# OPTIONAL
+#Quota support for Filemanager
+#[.107 because it was primary design for accounts
+attributetype ( 1.3.6.1.4.1.9554.107
+ NAME 'phpgwQuota'
+ DESC 'Quota for this user in Filemanager'
+ EQUALITY integerMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+ SINGLE-VALUE)
+
#REQUIRD
attributetype ( 1.3.6.1.4.1.9554.301
NAME 'phpgwGroupID'
@@ -34,6 +44,7 @@
NAME 'phpgwGroup'
DESC 'phpGroupWare Group Entry'
SUP top AUXILIARY
+ MAY phpgwQuota
MUST phpgwGroupID
)
@@ -91,6 +102,6 @@
NAME 'phpgwAccount'
SUP posixAccount AUXILIARY
DESC 'Abstraction of an account with phpgw attributes'
- MAY ( phpgwAccountStatus $ phpgwAccountExpires $ givenName $ sn $
phpgwLastPasswordChange $ phpgwLastLoginFrom $ phpgwLastLogin )
+ MAY ( phpgwAccountStatus $ phpgwAccountExpires $ givenName $ sn
$ phpgwLastPasswordChange $ phpgwLastLoginFrom $ phpgwLastLogin $
phpgwQuota )
MUST phpgwAccountID
)
Regards,
Caeies
- [phpGroupWare-developers] LDAP schema update for QUOTA.,
Benoit Hamet <=