source: sandbox/2.3-MailArchiver/doc-expressolivre/debian/arqs-conf/etc/ldap/schema_utf8/phpgwquotacontrolled.schema @ 6779

Revision 6779, 2.4 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1# $Id egroupware : phpgwquotacontrolled.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
2
3# (C) 2001-2004 Miles Lott <milos@groupwhere.org>
4# Redistribution and use in original text and binary forms, with or
5# without modification, are permitted provided that the following
6# conditions are met:
7#
8# 1. Redistributions of this schema and/or documentation must retain
9#    the above copyright notice, this list of conditions and the
10#    following disclaimer.
11# 2. Redistributions in binary form must reproduce the above copyright notice,
12#    this list of conditions and the following disclaimer in the documentation
13#    and/or other materials provided with the distribution.
14# 3. The name of the author may not be used to endorse or promote products
15#    derived from this software without specific prior written permission.
16#
17# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
21# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
26# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27# POSSIBILITY OF SUCH DAMAGE.
28
29# REQUIRED
30
31attributetype ( 1.3.6.1.4.1.9554.201
32        NAME 'usersQuota'
33        DESC 'Numero maximo de usuarios com contas de email expresso'
34        EQUALITY integerMatch
35        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
36
37attributetype ( 1.3.6.1.4.1.9554.202
38        NAME 'diskQuota'
39        DESC 'Quota de e-mail maxima ( em GB ) de disco para a organizacao'
40        EQUALITY integerMatch
41        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
42       
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
50# Objectclass definition for phpgwQuotaControlled
51objectclass ( 1.3.6.1.4.1.9554.300 NAME 'phpgwQuotaControlled' SUP top AUXILIARY
52        DESC 'Abstraction of objects that has quota'
53        MAY ( usersQuota $ diskQuota $ fileManagerQuota))
54       
Note: See TracBrowser for help on using the repository browser.