From 952ce880317825f16c256fb716167eb7fddeda49 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Wed, 06 Feb 2008 18:09:50 +0000
Subject: [PATCH] Commiting configuration XML files after adding info from the old config guide to be incorporated in the new generated config reference
---
opends/src/admin/defn/org/opends/server/admin/std/SASLMechanismHandlerConfiguration.xml | 27 +++++++++++++++++----------
1 files changed, 17 insertions(+), 10 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 005f133..448f5c1 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
@@ -23,7 +23,7 @@
! CDDL HEADER END
!
!
- ! Portions Copyright 2007 Sun Microsystems, Inc.
+ ! Portions Copyright 2007-2008 Sun Microsystems, Inc.
! -->
<adm:managed-object name="sasl-mechanism-handler"
plural-name="sasl-mechanism-handlers"
@@ -32,10 +32,16 @@
xmlns:ldap="http://www.opends.org/admin-ldap"
xmlns:cli="http://www.opends.org/admin-cli">
<adm:synopsis>
- <adm:user-friendly-plural-name />
- are responsible for the processing associated with SASL bind
- operations.
+ The SASL mechanism handler configuration entry is the parent
+ for all SASL mechanism handlers defined in the OpenDS
+ Directory Server.
</adm:synopsis>
+ <adm:description>
+ 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:description>
<adm:tag name="security" />
<adm:profile name="ldap">
<ldap:object-class>
@@ -48,9 +54,8 @@
</adm:profile>
<adm:property name="enabled" mandatory="true">
<adm:synopsis>
- Indicate whether the
- <adm:user-friendly-name />
- is enabled for use.
+ Indicates whether the
+ SASL mechanism handler is enabled for use.
</adm:synopsis>
<adm:syntax>
<adm:boolean />
@@ -63,10 +68,12 @@
</adm:property>
<adm:property name="java-class" mandatory="true">
<adm:synopsis>
- The fully-qualified name of the Java class that provides the
- <adm:user-friendly-name />
- implementation.
+ Specifies the fully-qualified name of the Java class that provides the
+ SASL mechanism handler 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