From: cajus Date: Fri, 17 Dec 2010 10:45:50 +0000 (+0000) Subject: Added quota for webdav X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=60bd1de5cf7faad8625a3668c0f917a3f09e6504;p=gosa.git Added quota for webdav git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20571 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/openldap/gosa-samba3.schema b/gosa-core/contrib/openldap/gosa-samba3.schema index de6d454d0..f099b54e6 100644 --- a/gosa-core/contrib/openldap/gosa-samba3.schema +++ b/gosa-core/contrib/openldap/gosa-samba3.schema @@ -272,6 +272,10 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.47 NAME 'gosaUserDefinedFilter' DESC 'A user defined filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) +attributetype ( 1.3.6.1.4.1.10098.1.1.12.48 NAME 'gosaWebDAVQuota' + DESC 'Webdav share quota in KB' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreMatch @@ -363,10 +367,11 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.12 NAME 'gosaGroupOfNames' SUP top STRUCTURAL MUST ( cn $ gosaGroupObjects ) MAY ( member $ description ) ) -objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.13 NAME 'gosaWebdavAccount' +objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.13 NAME 'gosaWebDAVAccount' DESC 'GOsa webdav enabling account (v2.7)' SUP top AUXILIARY - MUST ( cn $ uid )) + MUST ( cn $ uid ) + MAY ( gosaWebDAVQuota ) ) objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.14 NAME 'gosaIntranetAccount' DESC 'GOsa Inatrent enabling account (v2.7)'