From e958eb5bcfc9feccbda7c0841b05939506143ad8 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 16 Nov 2007 10:47:40 +0000
Subject: [PATCH] Advanced properties phase 1: tag advanced properties and perform various clean-up to the XML definitions:
---
opends/src/admin/defn/org/opends/server/admin/std/Package.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/Package.xml b/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
index 48f4f17..42b6a3e 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
@@ -310,7 +310,9 @@
</adm:syntax>
<adm:profile name="ldap">
<ldap:attribute>
- <ldap:name>ds-cfg-trust-store-pin-environment-variable</ldap:name>
+ <ldap:name>
+ ds-cfg-trust-store-pin-environment-variable
+ </ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
@@ -344,8 +346,7 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="include-filter" mandatory="false"
- multi-valued="true">
+ <adm:property name="include-filter" multi-valued="true">
<adm:synopsis>
The set of filters that define the entries that should be included
in the cache.
@@ -362,8 +363,7 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="exclude-filter" mandatory="false"
- multi-valued="true">
+ <adm:property name="exclude-filter" multi-valued="true">
<adm:synopsis>
The set of filters that define the entries that should be excluded
from the cache.
--
Gitblit v1.10.0