phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [phpGroupWare-developers] LDAP schema update for QUOTA.


From: Dave Hall
Subject: Re: [phpGroupWare-developers] LDAP schema update for QUOTA.
Date: Mon, 23 Oct 2006 11:31:16 +1000

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
> address@hidden
> 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 address@hidden
      w davehall.com.au





reply via email to

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