From 91f016b16716604d921a846babe4764201adc911 Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Thu, 24 Jan 2008 11:09:58 +0000
Subject: [PATCH] Initial doc review on Key Manager Provider Configuration Doc and some copyright changes.

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/Package.xml |   33 +++++++++++++++++++++++++++++----
 1 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/Package.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
index 42b6a3e..f7f18d8 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/Package.xml
@@ -23,7 +23,7 @@
   ! CDDL HEADER END
   !
   !
-  !      Portions Copyright 2007 Sun Microsystems, Inc.
+  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
   ! -->
 <adm:package name="org.opends.server.admin.std"
   xmlns:adm="http://www.opends.org/admin"
@@ -160,7 +160,15 @@
       <adm:undefined />
     </adm:default-behavior>
     <adm:syntax>
-      <adm:string />
+     <adm:string>
+        <adm:pattern>
+         <adm:regex>.*</adm:regex>
+         <adm:usage>STRING</adm:usage>
+          <adm:synopsis>
+            The name of a defined Java property.
+          </adm:synopsis>
+        </adm:pattern>
+      </adm:string> 
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -189,7 +197,16 @@
       <adm:undefined />
     </adm:default-behavior>
     <adm:syntax>
-      <adm:string />
+     <adm:string>
+        <adm:pattern>
+         <adm:regex>.*</adm:regex>
+         <adm:usage>STRING</adm:usage>
+          <adm:synopsis>
+            The name of a defined environment variable that contains the 
+            clear-text PIN required to access the contents of the key store.
+          </adm:synopsis>
+        </adm:pattern>
+      </adm:string> 
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
@@ -219,7 +236,15 @@
       <adm:undefined />
     </adm:default-behavior>
     <adm:syntax>
-      <adm:string />
+     <adm:string>
+        <adm:pattern>
+         <adm:regex>.*</adm:regex>
+         <adm:usage>FILE</adm:usage>
+          <adm:synopsis>
+            A path to an existing file that is readable by the server.
+          </adm:synopsis>
+        </adm:pattern>
+      </adm:string> 
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>

--
Gitblit v1.10.0