On Wed, 2006-10-18 at 16:40 +0200, Benoit Hamet wrote: > 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 ? >
Only, please commit it so we can get the tech preview out :) > 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 mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/phpgroupware-developers -- LLLLL L*LLL LLLLL LLLLL DAVE LLLLL HALL CONSULTING Open Source Business Solutions p +61 410 47 42 55 e [EMAIL PROTECTED] w davehall.com.au _______________________________________________ phpGroupWare-developers mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
