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/CertificateMapperConfiguration.xml | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/CertificateMapperConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/CertificateMapperConfiguration.xml
index 857e90c..863b857 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/CertificateMapperConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/CertificateMapperConfiguration.xml
@@ -30,24 +30,20 @@
package="org.opends.server.admin.std"
xmlns:adm="http://www.opends.org/admin"
xmlns:ldap="http://www.opends.org/admin-ldap">
-
<adm:synopsis>
<adm:user-friendly-plural-name />
are responsible for establishing a mapping between a client
certificate and the entry for the user that corresponds to that
certificate.
</adm:synopsis>
-
- <adm:tag name="security"/>
- <adm:tag name="user-management"/>
-
+ <adm:tag name="security" />
+ <adm:tag name="user-management" />
<adm:profile name="ldap">
<ldap:object-class>
<ldap:name>ds-cfg-certificate-mapper</ldap:name>
<ldap:superior>top</ldap:superior>
</ldap:object-class>
</adm:profile>
-
<adm:property name="enabled" mandatory="true">
<adm:synopsis>
Indicate whether the
@@ -63,7 +59,6 @@
</ldap:attribute>
</adm:profile>
</adm:property>
-
<adm:property name="java-class" mandatory="true">
<adm:synopsis>
The fully-qualified name of the Java class that provides the
--
Gitblit v1.10.0