? patch_schema.diff Index: phpgroupware.schema =================================================================== RCS file: /cvsroot/phpgwapi/phpgwapi/doc/ldap/phpgroupware.schema,v retrieving revision 1.1.2.3 diff -b -u -r1.1.2.3 phpgroupware.schema --- phpgroupware.schema 5 Apr 2005 10:03:49 -0000 1.1.2.3 +++ phpgroupware.schema 2 Dec 2005 11:59:23 -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 )