From fd4e06e176fb8c1a16d1a6e0c4264f6e73c99e17 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 20 Sep 2013 20:25:01 +0000
Subject: [PATCH] One liner: avoid exposing QOS policies in config ref guide.
---
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
index 6e08be5..c128f15 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml
@@ -24,6 +24,7 @@
!
!
! Copyright 2007-2009 Sun Microsystems, Inc.
+ ! Portions copyright 2013 ForgeRock AS.
! -->
<adm:managed-object name="network-group"
plural-name="network-groups"
@@ -44,7 +45,8 @@
</ldap:object-class>
</adm:profile>
<adm:relation name="network-group-qos-policy"
- managed-object-name="qos-policy">
+ managed-object-name="qos-policy"
+ hidden="true">
<adm:synopsis>
Specifies the set of quality of service (QoS) policies enforced by
the
--
Gitblit v1.10.0