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/FingerprintCertificateMapperConfiguration.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/FingerprintCertificateMapperConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/FingerprintCertificateMapperConfiguration.xml
index c3cc5d2..a852f02 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/FingerprintCertificateMapperConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/FingerprintCertificateMapperConfiguration.xml
@@ -31,12 +31,14 @@
   package="org.opends.server.admin.std" extends="certificate-mapper"
   xmlns:adm="http://www.opends.org/admin"
   xmlns:ldap="http://www.opends.org/admin-ldap">
+
   <adm:synopsis>
     The
     <adm:user-friendly-name />
     maps client certificates to user entries by looking for the MD5 or SHA1
     fingerprint in a specified attribute of user entries.
   </adm:synopsis>
+
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:oid>1.3.6.1.4.1.26027.1.2.86</ldap:oid>
@@ -44,6 +46,7 @@
       <ldap:superior>ds-cfg-certificate-mapper</ldap:superior>
     </ldap:object-class>
   </adm:profile>
+
   <adm:property-override name="mapper-class">
     <adm:default-behavior>
       <adm:defined>
@@ -53,6 +56,7 @@
       </adm:defined>
     </adm:default-behavior>
   </adm:property-override>
+
   <adm:property name="fingerprint-attribute" mandatory="true">
     <adm:synopsis>
       Specifies the attribute in which to look for the fingerprint.
@@ -62,7 +66,7 @@
       match the MD5 or SHA1 representation of the certificate fingerprint.
     </adm:description>
     <adm:syntax>
-      <adm:string />
+      <adm:attribute-type />
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -71,6 +75,7 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
+
   <adm:property name="fingerprint-algorithm" mandatory="true">
     <adm:synopsis>
       Specifies the certificate fingerprint algorithm.
@@ -101,6 +106,7 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
+
   <adm:property name="user-base-dn" mandatory="false" multi-valued="true">
     <adm:synopsis>
       Specifies the set of base DNs below which to search for users.

--
Gitblit v1.10.0