Author: erodriguez Date: Wed Dec 15 22:56:03 2004 New Revision: 122531 URL: http://svn.apache.org/viewcvs?view=rev&rev=122531 Log: Sitedocs for Change Password protocol. Added: incubator/directory/kerberos/trunk/xdocs/changepw.xml (contents, props changed) Modified: incubator/directory/kerberos/trunk/xdocs/navigation.xml
Added: incubator/directory/kerberos/trunk/xdocs/changepw.xml Url: http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/changepw.xml?view=auto&rev=122531 ============================================================================== --- (empty file) +++ incubator/directory/kerberos/trunk/xdocs/changepw.xml Wed Dec 15 22:56:03 2004 @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <author email="[EMAIL PROTECTED]">Enrique Rodriguez</author> + <title>Apache Change Password Protocol</title> + </properties> + + <body> + <section name="Introduction"> + <p>The Apache Change Password Protocol is a Java implementation of the + <a href="http://www.ietf.org/rfc/rfc3244.txt">RFC 3244</a> Kerberos Change Password and Set Password Protocols. Change Password is a request-reply protocol that uses Kerberos infrastructure to allow users to securely set initial passwords or to change existing passwords. The Change Password protocol interoperates with the original Kerberos Change Password protocol, while adding the ability for an administrator to set a password for a new user.</p> + </section> + </body> +</document> + Modified: incubator/directory/kerberos/trunk/xdocs/navigation.xml Url: http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/navigation.xml?view=diff&rev=122531&p1=incubator/directory/kerberos/trunk/xdocs/navigation.xml&r1=122530&p2=incubator/directory/kerberos/trunk/xdocs/navigation.xml&r2=122531 ============================================================================== --- incubator/directory/kerberos/trunk/xdocs/navigation.xml (original) +++ incubator/directory/kerberos/trunk/xdocs/navigation.xml Wed Dec 15 22:56:03 2004 @@ -24,7 +24,8 @@ </links> <menu name="Kerberos"> - <item name="Overview" href="/index.html"/> + <item name="Overview" href="/index.html"/> + <item name="Change Password Protocol" href="/changepw.html"/> <item name="News and Status" href="/news.html"/> <item name="Roadmap" href="/roadmap.html"/> </menu>
