[Opensrf-commits] r1655 - in branches/rel_1_0: . examples (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Feb 6 13:41:30 EST 2009
Author: dbs
Date: 2009-02-06 13:41:27 -0500 (Fri, 06 Feb 2009)
New Revision: 1655
Modified:
branches/rel_1_0/README
branches/rel_1_0/examples/srfsh.xml.example
Log:
Backport r1637: phasefx patch for srfsh.xml example
Modified: branches/rel_1_0/README
===================================================================
--- branches/rel_1_0/README 2009-02-05 23:24:59 UTC (rev 1654)
+++ branches/rel_1_0/README 2009-02-06 18:41:27 UTC (rev 1655)
@@ -191,8 +191,8 @@
You should also create a .srfsh.xml file in the home directory of each user
that you want to enable to use the srfsh to communicate with OpenSRF services.
-Copy <SYSCONFDIR>/srfsh.xml to ~/.srfsh.xml and update the username and
-password values with the Jabber "opensrf" user credentials.
+Copy <SYSCONFDIR>/srfsh.xml.example to ~/.srfsh.xml and update the password
+to match the one for your Jabber "opensrf" with the private.localhost domain.
Starting and stopping OpenSRF services:
======================================
Modified: branches/rel_1_0/examples/srfsh.xml.example
===================================================================
--- branches/rel_1_0/examples/srfsh.xml.example 2009-02-05 23:24:59 UTC (rev 1654)
+++ branches/rel_1_0/examples/srfsh.xml.example 2009-02-06 18:41:27 UTC (rev 1655)
@@ -2,8 +2,8 @@
<!-- This file follows the standard bootstrap config file layout found in opensrf_core.xml -->
<srfsh>
<router_name>router</router_name>
- <domain>localhost</domain>
- <username>myusername</username>
+ <domain>private.localhost</domain>
+ <username>opensrf</username>
<passwd>mypassword</passwd>
<port>5222</port>
<logfile>LOCALSTATEDIR/log/srfsh.log</logfile>
More information about the opensrf-commits
mailing list