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/debian/arqs-conf/etc/ldap/schema/phpgwquotacontrolled.schema

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