From 5833fe40996c75adcf1e116104ffe6169c4866e6 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Fri, 01 Feb 2008 18:37:01 +0000
Subject: [PATCH] Uncommitting last changes to configuration .xml files, second try
---
opends/src/admin/defn/org/opends/server/admin/std/SASLMechanismHandlerConfiguration.xml | 22 +++++++++-------------
1 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SASLMechanismHandlerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SASLMechanismHandlerConfiguration.xml
index afc101e..005f133 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SASLMechanismHandlerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SASLMechanismHandlerConfiguration.xml
@@ -32,12 +32,9 @@
xmlns:ldap="http://www.opends.org/admin-ldap"
xmlns:cli="http://www.opends.org/admin-cli">
<adm:synopsis>
- The SASL mechanism handler configuration entry is the parent
- for all SASL mechanism handlers defined in the OpenDS
- Directory Server. SASL mechanism handlers are responsible for
- authenticating users during the course of processing a SASL
- (Simple Authentication and Security Layer, as defined in
- RFC 4422) bind.
+ <adm:user-friendly-plural-name />
+ are responsible for the processing associated with SASL bind
+ operations.
</adm:synopsis>
<adm:tag name="security" />
<adm:profile name="ldap">
@@ -51,8 +48,9 @@
</adm:profile>
<adm:property name="enabled" mandatory="true">
<adm:synopsis>
- Indicates whether the
- SASL mechanism handler is enabled for use.
+ Indicate whether the
+ <adm:user-friendly-name />
+ is enabled for use.
</adm:synopsis>
<adm:syntax>
<adm:boolean />
@@ -65,12 +63,10 @@
</adm:property>
<adm:property name="java-class" mandatory="true">
<adm:synopsis>
- Specifies the fully-qualified name of the Java class that provides the
- SASL mechanism handler implementation.
+ The fully-qualified name of the Java class that provides the
+ <adm:user-friendly-name />
+ implementation.
</adm:synopsis>
- <adm:requires-admin-action>
- <adm:component-restart />
- </adm:requires-admin-action>
<adm:syntax>
<adm:java-class>
<adm:instance-of>
--
Gitblit v1.10.0