From e78194ee2bfc60856305a8e6a1d4cc3eb1277eb0 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 19 Mar 2007 12:33:20 +0000 Subject: [PATCH] Added attributes for start/stop vacation messages git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5820 594d385d-05f5-0310-b6e9-bd551577e9d8 --- README.safemode | 2 +- contrib/openldap/gosa+samba3.schema | 12 +++++++++++- contrib/openldap/gosa.schema | 12 +++++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.safemode b/README.safemode index e43434059..f3c67deb5 100644 --- a/README.safemode +++ b/README.safemode @@ -1,7 +1,7 @@ In order to run GOsa in PHP's safe mode, these changes in your php.ini have been tested: -magic_quotes_qpc = On +magic_quotes_gpc = On allow_url_fopen = No register_globals = Off safe_mode = On diff --git a/contrib/openldap/gosa+samba3.schema b/contrib/openldap/gosa+samba3.schema index 78e2740d4..cd8ba0622 100644 --- a/contrib/openldap/gosa+samba3.schema +++ b/contrib/openldap/gosa+samba3.schema @@ -216,6 +216,16 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.35 NAME 'gosaAclEntry' SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) +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 @@ -265,7 +275,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 2fa630787..8cb08e5c9 100644 --- a/contrib/openldap/gosa.schema +++ b/contrib/openldap/gosa.schema @@ -214,6 +214,16 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.35 NAME 'gosaAclEntry' SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) +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 @@ -263,7 +273,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