From: cajus Date: Mon, 29 Jan 2007 12:06:12 +0000 (+0000) Subject: Added gosa settings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c4f2f49e999fc1acf98b7664f5337f8e5df3950b;p=gosa.git Added gosa settings git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5645 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/gosa.schema b/contrib/openldap/gosa.schema index 002bdbc79..cb4fe7bf1 100644 --- a/contrib/openldap/gosa.schema +++ b/contrib/openldap/gosa.schema @@ -235,6 +235,10 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.39 NAME 'gosaSnapshotData' DESC 'Original DN of saved object' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.12.40 NAME 'gosaSetting' + DESC 'Original DN of saved object' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreMatch @@ -358,3 +362,7 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject' MUST ( gosaSnapshotType $ gosaSnapshotTimestamp $ gosaSnapshotDN $ gosaSnapshotData ) MAY ( description ) ) +objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.20 NAME 'gosaConfig' + DESC 'Settings for gosa. Replaces parts of the gosa.conf. (v2.6)' SUP top STRUCTURAL + MAY ( gosaSetting ) ) +