Author: erodriguez
Date: Wed Dec  1 11:26:34 2004
New Revision: 109373

URL: http://svn.apache.org/viewcvs?view=rev&rev=109373
Log:
Tweaks and updates to sitedocs.
Modified:
   incubator/directory/kerberos/trunk/xdocs/index.xml
   incubator/directory/kerberos/trunk/xdocs/navigation.xml
   incubator/directory/kerberos/trunk/xdocs/news.xml
   incubator/directory/kerberos/trunk/xdocs/roadmap.xml

Modified: incubator/directory/kerberos/trunk/xdocs/index.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/index.xml?view=diff&rev=109373&p1=incubator/directory/kerberos/trunk/xdocs/index.xml&r1=109372&p2=incubator/directory/kerberos/trunk/xdocs/index.xml&r2=109373
==============================================================================
--- incubator/directory/kerberos/trunk/xdocs/index.xml  (original)
+++ incubator/directory/kerberos/trunk/xdocs/index.xml  Wed Dec  1 11:26:34 2004
@@ -8,9 +8,7 @@
     <body>
         <section name="Introduction">
             <p>Apache Kerberos is a Java implementation of the 
-        <a href="http://www.ietf.org/rfc/rfc1510.txt";>RFC 1510</a> Kerberos V5 
Network Authentication Service.  Kerberos provides a means of verifying the 
identities of principals,
-(users or services) on an unprotected network.  While generally thought of as 
a 
-single-sign-on technology, Kerberos' true strength is in authenticating users 
without ever sending their password over the network.  Kerberos is designed for 
use on open (untrusted) networks, so operates under the assumption that packets 
traveling along the network can be read, modified, and inserted at will.</p>
+        <a href="http://www.ietf.org/rfc/rfc1510.txt";>RFC 1510</a> Kerberos V5 
Network Authentication Service.  The purpose of Kerberos is to verify the 
identities of principals (users or services) on an unprotected network.  While 
generally thought of as a single-sign-on technology, Kerberos' true strength is 
in authenticating users without ever sending their password over the network.  
Kerberos is designed for use on open (untrusted) networks and, therefore, 
operates under the assumption that packets traveling along the network can be 
read, modified, and inserted at will.</p>
 
             <p>Kerberos is named for the three-headed dog that guards the 
gates to Hades.  The three heads are the client, the Kerberos server, and the 
network service being accessed.</p>
 

Modified: incubator/directory/kerberos/trunk/xdocs/navigation.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/navigation.xml?view=diff&rev=109373&p1=incubator/directory/kerberos/trunk/xdocs/navigation.xml&r1=109372&p2=incubator/directory/kerberos/trunk/xdocs/navigation.xml&r2=109373
==============================================================================
--- incubator/directory/kerberos/trunk/xdocs/navigation.xml     (original)
+++ incubator/directory/kerberos/trunk/xdocs/navigation.xml     Wed Dec  1 
11:26:34 2004
@@ -10,10 +10,11 @@
       -->
       <item name="Directory" href="../../index.html"/>
       <item name="Eve" href="../eve/index.html"/>
-      <item name="RMS" href="../rms/index.html"/>
+      <item name="Janus" href="../janus/index.html"/>
+      <item name="Kerberos" href="../kerberos/index.html"/>
       <item name="LDAP" href="../directory-ldap/index.html"/>
-      <item name="Janus" href="../janus/index.html"/>
       <item name="Naming" href="../directory-naming/index.html"/>
+      <item name="RMS" href="../rms/index.html"/>
       <item name="Snickers" href="../snickers/index.html"/>
       <!--
       <item name="Sitedocs" href="../sitedocs/index.html"/>

Modified: incubator/directory/kerberos/trunk/xdocs/news.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/news.xml?view=diff&rev=109373&p1=incubator/directory/kerberos/trunk/xdocs/news.xml&r1=109372&p2=incubator/directory/kerberos/trunk/xdocs/news.xml&r2=109373
==============================================================================
--- incubator/directory/kerberos/trunk/xdocs/news.xml   (original)
+++ incubator/directory/kerberos/trunk/xdocs/news.xml   Wed Dec  1 11:26:34 2004
@@ -28,7 +28,7 @@
       <ul>
                 <li>Authentication service (RFC 1510)</li>
                 <li>Ticket-granting service (RFC 1510)</li>
-                <li>Password-changing service (RFC 3244)<li>
+                <li>Password-changing service (RFC 3244)</li>
                 <li>DES encryption systems (RFC 1510)</li>
                 <li>Triple-DES (DES3) encryption systems</li>
                 <li>Standard schema, such as krb5-kdc and the DCE krbsch07 
(Eve)</li>

Modified: incubator/directory/kerberos/trunk/xdocs/roadmap.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/xdocs/roadmap.xml?view=diff&rev=109373&p1=incubator/directory/kerberos/trunk/xdocs/roadmap.xml&r1=109372&p2=incubator/directory/kerberos/trunk/xdocs/roadmap.xml&r2=109373
==============================================================================
--- incubator/directory/kerberos/trunk/xdocs/roadmap.xml        (original)
+++ incubator/directory/kerberos/trunk/xdocs/roadmap.xml        Wed Dec  1 
11:26:34 2004
@@ -56,7 +56,7 @@
       <subsection name="0.5 (no date set)">
         <p>
         <ul>
-                <li>2-Factor (hardware) authentication</li>
+                <li>Two-factor (hardware) authentication</li>
                 <li>Cross-realm (trust relationship) operation</li>
                 <li>Additional encryption systems</li>
         </ul>

Reply via email to