From 39ee9286999c0faf5e78ab2a68d69d10c7600ff9 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 26 Aug 2007 00:14:04 +0000
Subject: [PATCH] Update configuration definitions to make a few different types of changes:
---
opends/src/admin/defn/org/opends/server/admin/std/CertificateMapperConfiguration.xml | 12 +++++-------
1 files changed, 5 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 8d2316d..616f8b8 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,14 +30,17 @@
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:profile name="ldap">
<ldap:object-class>
<ldap:oid>1.3.6.1.4.1.26027.1.2.12</ldap:oid>
@@ -45,6 +48,7 @@
<ldap:superior>top</ldap:superior>
</ldap:object-class>
</adm:profile>
+
<adm:property name="enabled" mandatory="true">
<adm:synopsis>
Indicate whether the
@@ -61,19 +65,13 @@
</ldap:attribute>
</adm:profile>
</adm:property>
+
<adm:property name="mapper-class" mandatory="true">
<adm:synopsis>
The fully-qualified name of the Java class that provides the
<adm:user-friendly-name />
implementation.
</adm:synopsis>
- <adm:default-behavior>
- <adm:defined>
- <adm:value>
- org.opends.server.extensions.SubjectEqualsDNCertificateMapper
- </adm:value>
- </adm:defined>
- </adm:default-behavior>
<adm:syntax>
<adm:java-class>
<adm:instance-of>
--
Gitblit v1.10.0