From 8944ab910cc8f62dc6ce567046a92e50b1e2813f Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Wed, 29 Apr 2009 22:31:00 +0000 Subject: Thank you kindly, MCortez for a patch that: The attached patch provides the necessary infrastructure to support security and authentication features of the xmlrpc server. * Read/Write keys for accessing a Group's xmlrpc service. * Requiring user session verification for write operations. --- bin/OpenSim.ini.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f0e7679..506265d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1245,11 +1245,15 @@ ; The XmlRpcGroups implementation can be used against the publically available service ; that I have made available for testing. Your group data is not guarenteed safe ; or available if you use this service, but it's available now and seems to work. - ; The PHP code for the service is available for you to deploy to your own server. + ; The PHP code for the service is available from the Flotsam project for you to deploy + ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/ ; ;Module = XmlRpcGroups ;XmlRpcServiceURL = http://osflotsam.org/xmlrpc.php + ;XmlRpcServiceReadKey = 1234 + ;XmlRpcServiceWriteKey = 1234 + ;XmlRpcMessagingEnabled = true ;XmlRpcNoticesEnabled = true -- cgit v1.1