[svnbook commit] r3185 - trunk/src/en/book

cmpilato noreply at red-bean.com
Mon Jun 30 14:16:33 CDT 2008


Author: cmpilato
Date: Mon Jun 30 14:16:33 2008
New Revision: 3185

Log:
Don't use SSL client cert examples while claiming they are LDAP ones.

Modified:
   trunk/src/en/book/ch06-server-configuration.xml

Modified: trunk/src/en/book/ch06-server-configuration.xml
==============================================================================
--- trunk/src/en/book/ch06-server-configuration.xml	(original)
+++ trunk/src/en/book/ch06-server-configuration.xml	Mon Jun 30 14:16:33 2008
@@ -3133,21 +3133,21 @@
       been describing here—<literal>harry</literal>,
       <literal>sally</literal>, <literal>joe</literal>, etc.  But
       other authentication systems—such as those which use LDAP
-      stores or client certificates—may carry much more complex
-      usernames.  For example, Harry's username in an LDAP-protected
-      system might be <literal>/O=Red
-      Bean/OU=Engineers/DC=com/DC=red-bean/CN=Harold Hacker</literal>.
-      With usernames like that, the access file can become quite
-      bloated with long or obscure usernames that are easy to mistype.
+      stores or SSL client certificates—may carry much more
+      complex usernames.  For example, Harry's username in an
+      LDAP-protected system might be <literal>CN=Harold
+      Hacker,OU=Engineers,DC=red-bean,DC=com</literal>.  With
+      usernames like that, the access file can become quite bloated
+      with long or obscure usernames that are easy to mistype.
       Fortunately, username aliases allow you to only have to type the
       correct complex username once, in a statement which assigns to
       it a more easily digestable alias.</para>
 
     <screen>
 [aliases]
-harry = /O=Red Bean/OU=Engineers/DC=com/DC=red-bean/CN=Harold Hacker
-sally = /O=Red Bean/OU=Engineers/DC=com/DC=red-bean/CN=Sally Swatterbug
-joe   = /O=Red Bean/OU=Engineers/DC=com/DC=red-bean/CN=Gerald I. Joseph
+harry = CN=Harold Hacker,OU=Engineers,DC=red-bean,DC=com
+sally = CN=Sally Swatterbug,OU=Engineers,DC=red-bean,DC=com
+joe = CN=Gerald I. Joseph,OU=Engineers,DC=red-bean,DC=com
 …
 </screen>
 




More information about the svnbook-dev mailing list