You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/04/28 23:16:00 UTC

svn commit: r165200 - in /directory/protocol-providers: changepw/trunk/xdocs/configuration.xml kerberos/trunk/xdocs/configuration.xml

Author: erodriguez
Date: Thu Apr 28 14:15:59 2005
New Revision: 165200

URL: http://svn.apache.org/viewcvs?rev=165200&view=rev
Log:
Spinning out Change Password configuration into its own xdocs.

Added:
    directory/protocol-providers/changepw/trunk/xdocs/configuration.xml
Modified:
    directory/protocol-providers/kerberos/trunk/xdocs/configuration.xml

Added: directory/protocol-providers/changepw/trunk/xdocs/configuration.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/changepw/trunk/xdocs/configuration.xml?rev=165200&view=auto
==============================================================================
--- directory/protocol-providers/changepw/trunk/xdocs/configuration.xml (added)
+++ directory/protocol-providers/changepw/trunk/xdocs/configuration.xml Thu Apr 28 14:15:59 2005
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+	<properties>
+		<author email="erodriguez@apache.org">Enrique Rodriguez</author>
+		<title>Configuring Change Password Clients</title>
+	</properties>
+	<body>
+		<section name="Configuring Change Password Clients">
+			<subsection name="Changing Your Password">
+				<p> The gnome-kerberos client (<code>/usr/bin/krb5</code>) may be used to 
+					change passwords. Clicking the button <code>Change Password ...</code> will 
+					open a Change Kerberos Password dialog. </p>
+			</subsection>
+		</section>
+	</body>
+</document>

Modified: directory/protocol-providers/kerberos/trunk/xdocs/configuration.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/kerberos/trunk/xdocs/configuration.xml?rev=165200&r1=165199&r2=165200&view=diff
==============================================================================
--- directory/protocol-providers/kerberos/trunk/xdocs/configuration.xml (original)
+++ directory/protocol-providers/kerberos/trunk/xdocs/configuration.xml Thu Apr 28 14:15:59 2005
@@ -70,14 +70,6 @@
         </p>
 
       </subsection>
-      
-      <subsection name="Changing Your Password">
-        <p>
-          The gnome-kerberos client (<code>/usr/bin/krb5</code>) may also be used to change
-          passwords.  Clicking the button <code>Change Password ...</code> will open a Change
-          Kerberos Password dialog.
-        </p>
-      </subsection>
 
     </section>
   </body>