From 375f69d21ee85f5acd94e6b59fff50b7d7791d5f Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 29 Jan 2007 12:07:31 +0000 Subject: [PATCH] Added gosa settings for samba3 based schema git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5646 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gosa+samba3.schema | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/contrib/openldap/gosa+samba3.schema b/contrib/openldap/gosa+samba3.schema index 4bd3ef936..7abb0a52a 100644 --- a/contrib/openldap/gosa+samba3.schema +++ b/contrib/openldap/gosa+samba3.schema @@ -237,6 +237,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 caseIgnoreIA5Match @@ -360,3 +364,8 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject' DESC 'Container object for undo and snapshot data (v2.5)' SUP top STRUCTURAL 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 ) ) + -- 2.30.2