From cd5cb51da0e4ce2d891fb01c484566c8c586efae Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 19 Mar 2007 12:33:01 +0000 Subject: [PATCH] Added attributes for start/stop vacation message dates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5819 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/gosa+samba3.schema | 12 +++++++++++- contrib/openldap/gosa.schema | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/contrib/openldap/gosa+samba3.schema b/contrib/openldap/gosa+samba3.schema index fcf605b25..977103866 100644 --- a/contrib/openldap/gosa+samba3.schema +++ b/contrib/openldap/gosa+samba3.schema @@ -241,6 +241,16 @@ 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.12.36 NAME 'gosaVacationStart' + DESC 'Timestamp for enabling current vacation message' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) + +attributetype ( 1.3.6.1.4.1.10098.1.1.12.37 NAME 'gosaVacationStop' + DESC 'Timestamp for switching off current vacation message' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreIA5Match @@ -290,7 +300,7 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.5 NAME 'gosaMailAccount' SUP top AUXILI MUST ( mail $ gosaMailServer $ gosaMailDeliveryMode) MAY ( gosaMailQuota $ gosaMailAlternateAddress $ gosaMailForwardingAddress $ gosaMailMaxSize $ gosaSpamSortLevel $ gosaSpamMailbox $ - gosaVacationMessage $ gosaSharedFolderTarget $ acl)) + gosaVacationMessage $ gosaVacationStart $ gosaVacationStop $ gosaSharedFolderTarget $ acl)) objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.6 NAME 'gosaAccount' SUP top AUXILIARY DESC 'Objectclass for GOsa Accounts (v2.4)' diff --git a/contrib/openldap/gosa.schema b/contrib/openldap/gosa.schema index 29a918e29..9da542a28 100644 --- a/contrib/openldap/gosa.schema +++ b/contrib/openldap/gosa.schema @@ -239,6 +239,16 @@ 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.12.36 NAME 'gosaVacationStart' + DESC 'Timestamp for enabling current vacation message' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) + +attributetype ( 1.3.6.1.4.1.10098.1.1.12.37 NAME 'gosaVacationStop' + DESC 'Timestamp for switching off current vacation message' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 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 @@ -288,7 +298,7 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.5 NAME 'gosaMailAccount' SUP top AUXILI MUST ( mail $ gosaMailServer $ gosaMailDeliveryMode) MAY ( gosaMailQuota $ gosaMailAlternateAddress $ gosaMailForwardingAddress $ gosaMailMaxSize $ gosaSpamSortLevel $ gosaSpamMailbox $ - gosaVacationMessage $ gosaSharedFolderTarget $ acl)) + gosaVacationMessage $ gosaVacationStart $ gosaVacationStop $ gosaSharedFolderTarget $ acl)) objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.6 NAME 'gosaAccount' SUP top AUXILIARY DESC 'Objectclass for GOsa Accounts (v2.4)' -- 2.30.2