Author: jfthomps
Date: Wed Jun 17 17:28:42 2009
New Revision: 785737
URL: http://svn.apache.org/viewvc?rev=785737&view=rev
Log:
VCL-78
added comments explaining xml-rpc username password and url a little more
added default values for xmlrpc_username and xmlrpc_pass
Modified:
incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf
Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf?rev=785737&r1=785736&r2=785737&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf (original)
+++ incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf Wed Jun 17 17:28:42
2009
@@ -78,9 +78,14 @@
# xml-rpc username password and url information
# Required for block reservation processing
+# xmlrpc_username must be the unityid field for a user in the user table
+# xmlrpc_pass is that user's password
+# the URL will be the URL of your VCL website with a few things on the end
+# for example, if you install the VCL web code at
https://vcl.example.org/vcl/
+# set xmlrpc_url to https://vcl.example.org/vcl/index.php?mode=xmlrpccall
-xmlrpc_username=
-xmlrpc_pass=
+xmlrpc_username=vclsystem
+xmlrpc_pass=insecureDefault
xmlrpc_url=
######### END REQUIRED Configuration settings ##############