From 15b93e86b08f748e194ac6b6242ccb121edabeee Mon Sep 17 00:00:00 2001 From: guiguidoc Date: Fri, 7 Oct 2005 07:22:13 +0000 Subject: [PATCH] Change attribute type in the nagios.schema for nagiosContactGroup git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1528 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/nagios.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/openldap/nagios.schema b/contrib/openldap/nagios.schema index 1abbb5474..caa56afff 100644 --- a/contrib/openldap/nagios.schema +++ b/contrib/openldap/nagios.schema @@ -158,7 +158,7 @@ objectclass ( 1.3.6.1.4.1.22262.1.1.1.1.4 NAME 'nagiosContact' SUP top AUXILIARY objectclass ( 1.3.6.1.4.1.22262.1.1.1.1.6 NAME 'nagiosContactGroup' SUP top AUXILIARY DESC 'ContactGroup' - MUST ( ContactGroupName $ ContactGroupAlias $ ContactGroupMembers )) + MAY ( ContactGroupName $ ContactGroupAlias $ ContactGroupMembers )) #objectclass ( 1.3.6.1.4.1.22262.1.1.1.1.7 NAME 'nagiosTimePeriod' SUP top AUXILIARY # DESC 'TimePeriod' -- 2.30.2