phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/doc/ldap phpgroupware.schema


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/doc/ldap phpgroupware.schema
Date: Tue, 24 Oct 2006 08:35:45 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/10/24 08:35:45

Modified files:
        doc/ldap       : phpgroupware.schema 

Log message:
        First part of Quota fix for LDAP, the schema change

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/doc/ldap/phpgroupware.schema?cvsroot=phpgwapi&r1=1.5&r2=1.6

Patches:
Index: phpgroupware.schema
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/doc/ldap/phpgroupware.schema,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- phpgroupware.schema 18 Apr 2005 10:07:10 -0000      1.5
+++ phpgroupware.schema 24 Oct 2006 08:35:45 -0000      1.6
@@ -19,7 +19,17 @@
        MUST phpgwContactID 
        )
 
-#REQUIRD
+# 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)
+
+#REQUIRED
 attributetype (  1.3.6.1.4.1.9554.301
         NAME 'phpgwGroupID'
         EQUALITY caseIgnoreMatch
@@ -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
        )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]