ozeigermann 2004/04/20 02:07:21
Modified: src/conf/webapp Domain.xml
src/doc/samples Domain.sample
docs installation.html
src/doc installation.xml
Log:
Made default passwords non-empty as some clients have problems with empty passwords.
Revision Changes Path
1.57 +4 -4 jakarta-slide/src/conf/webapp/Domain.xml
Index: Domain.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/conf/webapp/Domain.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- Domain.xml 1 Mar 2004 10:14:11 -0000 1.56
+++ Domain.xml 20 Apr 2004 09:07:21 -0000 1.57
@@ -89,24 +89,24 @@
<!-- /users/root represents the administrator -->
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/users/root">
<revision>
- <property namespace="http://jakarta.apache.org/slide/"
name="password"/>
+ <property namespace="http://jakarta.apache.org/slide/"
name="password">root</property>
</revision>
</objectnode>
<!-- /users/john and /users/john2 represent authenticated users
-->
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/users/john">
<revision>
- <property namespace="http://jakarta.apache.org/slide/"
name="password"/>
+ <property namespace="http://jakarta.apache.org/slide/"
name="password">john</property>
</revision>
</objectnode>
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/users/john2">
<revision>
- <property namespace="http://jakarta.apache.org/slide/"
name="password"/>
+ <property namespace="http://jakarta.apache.org/slide/"
name="password">john2</property>
</revision>
</objectnode>
<!-- /users/guest represents an authenticated or
unauthenticated guest user -->
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/users/guest">
<revision>
- <property namespace="http://jakarta.apache.org/slide/"
name="password"/>
+ <property namespace="http://jakarta.apache.org/slide/"
name="password">guest</property>
</revision>
</objectnode>
</objectnode>
1.3 +4 -4 jakarta-slide/src/doc/samples/Domain.sample
Index: Domain.sample
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/samples/Domain.sample,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Domain.sample 15 Jan 2004 13:23:09 -0000 1.2
+++ Domain.sample 20 Apr 2004 09:07:21 -0000 1.3
@@ -80,24 +80,24 @@
<!-- /users/root represents the administrator -->
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/users/root">
<revision>
- <property namespace="http://jakarta.apache.org/slide/"
name="password"></property>
+ <property namespace="http://jakarta.apache.org/slide/"
name="password">root</property>
</revision>
</objectnode>
<!-- /users/john and /users/john2 represent authenticated users
-->
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/users/john">
<revision>
- <property namespace="http://jakarta.apache.org/slide/"
name="password"></property>
+ <property namespace="http://jakarta.apache.org/slide/"
name="password">john</property>
</revision>
</objectnode>
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/users/john2">
<revision>
- <property namespace="http://jakarta.apache.org/slide/"
name="password"></property>
+ <property namespace="http://jakarta.apache.org/slide/"
name="password">john2</property>
</revision>
</objectnode>
<!-- /users/guest represents an authenticated or
unauthenticated guest user -->
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/users/guest">
<revision>
- <property namespace="http://jakarta.apache.org/slide/"
name="password"></property>
+ <property namespace="http://jakarta.apache.org/slide/"
name="password">guest</property>
</revision>
</objectnode>
</objectnode>
1.47 +1 -1 jakarta-slide/docs/installation.html
Index: installation.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/installation.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- installation.html 7 Apr 2004 08:18:12 -0000 1.46
+++ installation.html 20 Apr 2004 09:07:21 -0000 1.47
@@ -165,7 +165,7 @@
in the User's Guide section.
</li>
-<li>As authentication is turned on you need to login - admin login is "root" with
password ""</li>
+<li>As authentication is turned on you need to login - admin login is "root" with
password "root"</li>
<li>All up-/downloads should go to the file directory</li>
1.33 +1 -1 jakarta-slide/src/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- installation.xml 31 Mar 2004 10:31:19 -0000 1.32
+++ installation.xml 20 Apr 2004 09:07:21 -0000 1.33
@@ -29,7 +29,7 @@
need more than a browser. Either use dedicated
WebDAV client software or follow the instructions
in the User's Guide section.
</li>
- <li>As authentication is turned on you need to login -
admin login is "root" with password ""</li>
+ <li>As authentication is turned on you need to login -
admin login is "root" with password "root"</li>
<li>All up-/downloads should go to the file
directory</li>
<li>Documentation is provided as a .war and can be
accees at http://localhost:8080/slide-doc</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]