Ignore:
Timestamp:
03/22/11 10:26:07 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1250 - Adição do controle de quotas por OU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/doc-expressolivre/suse/arqs-conf-suse/etc/openldap/schema/phpgwquotacontrolled.schema

    r3851 r3887  
    4040        EQUALITY integerMatch 
    4141        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 
    42          
     42 
     43attributetype ( 1.3.6.1.4.1.9554.203 
     44        NAME 'fileManagerQuota' 
     45        DESC 'Quota total atual da organizaç( em GB )' 
     46        EQUALITY integerMatch 
     47        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 
     48 
    4349# Objectclass definition for phpgwQuotaControlled 
    4450objectclass ( 1.3.6.1.4.1.9554.300 NAME 'phpgwQuotaControlled' SUP top AUXILIARY 
    4551        DESC 'Abstraction of objects that has quota' 
    46         MAY ( usersQuota $ diskQuota)) 
     52        MAY ( usersQuota $ diskQuota $ fileManagerQuota)) 
    4753         
Note: See TracChangeset for help on using the changeset viewer.