[dna-commits] DNA SVN: r1041 - trunk/docs/gettingstarted/src/main/docbook/en-US/content.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Thu Jun 11 11:01:24 EDT 2009


Author: rhauch
Date: 2009-06-11 11:01:24 -0400 (Thu, 11 Jun 2009)
New Revision: 1041

Modified:
   trunk/docs/gettingstarted/src/main/docbook/en-US/content/repository_example.xml
Log:
Added a note to the Getting Started guide about which username and password should be entered. This was previously not in the document, and would have required users to dive into the files to figure it out. This is a very minor change.

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/content/repository_example.xml
===================================================================
--- trunk/docs/gettingstarted/src/main/docbook/en-US/content/repository_example.xml	2009-06-11 14:28:27 UTC (rev 1040)
+++ trunk/docs/gettingstarted/src/main/docbook/en-US/content/repository_example.xml	2009-06-11 15:01:24 UTC (rev 1041)
@@ -85,6 +85,14 @@
 					</tbody>
 				</tgroup>
 			</table>
+			<note>
+				<para>
+					The first time you access any repository, you will be prompted to log in.  This is JAAS at work, and the example application
+					should prompt you for a username and password.  As configured in the "jaas.conf.xml" and "users.properties" files,
+					enter "jsmith" for the username and "secret" for the password.  And, yes, the password is shown in cleartext - this
+					is a simple example, after all!
+				</para>
+			</note>
 			<para>If you were to select the "Cars" repository and use some of the commands, you should see something similar to: 
 	      <figure id="example-repositories-navigating">
 					<title>Navigating the Cars repository</title>




More information about the dna-commits mailing list