diff options
author | Charles Krinke | 2009-04-29 22:31:00 +0000 |
---|---|---|
committer | Charles Krinke | 2009-04-29 22:31:00 +0000 |
commit | 8944ab910cc8f62dc6ce567046a92e50b1e2813f (patch) | |
tree | b8042c6ff8bd2598280368cf87d535f8a22af362 /bin/OpenSim.ini.example | |
parent | Catch another j2k decode exception that can be caused by a bad asset (diff) | |
download | opensim-SC_OLD-8944ab910cc8f62dc6ce567046a92e50b1e2813f.zip opensim-SC_OLD-8944ab910cc8f62dc6ce567046a92e50b1e2813f.tar.gz opensim-SC_OLD-8944ab910cc8f62dc6ce567046a92e50b1e2813f.tar.bz2 opensim-SC_OLD-8944ab910cc8f62dc6ce567046a92e50b1e2813f.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ | |||
1245 | ; The XmlRpcGroups implementation can be used against the publically available service | 1245 | ; The XmlRpcGroups implementation can be used against the publically available service |
1246 | ; that I have made available for testing. Your group data is not guarenteed safe | 1246 | ; that I have made available for testing. Your group data is not guarenteed safe |
1247 | ; or available if you use this service, but it's available now and seems to work. | 1247 | ; or available if you use this service, but it's available now and seems to work. |
1248 | ; The PHP code for the service is available for you to deploy to your own server. | 1248 | ; The PHP code for the service is available from the Flotsam project for you to deploy |
1249 | ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/ | ||
1249 | ; | 1250 | ; |
1250 | ;Module = XmlRpcGroups | 1251 | ;Module = XmlRpcGroups |
1251 | 1252 | ||
1252 | ;XmlRpcServiceURL = http://osflotsam.org/xmlrpc.php | 1253 | ;XmlRpcServiceURL = http://osflotsam.org/xmlrpc.php |
1254 | ;XmlRpcServiceReadKey = 1234 | ||
1255 | ;XmlRpcServiceWriteKey = 1234 | ||
1256 | |||
1253 | ;XmlRpcMessagingEnabled = true | 1257 | ;XmlRpcMessagingEnabled = true |
1254 | ;XmlRpcNoticesEnabled = true | 1258 | ;XmlRpcNoticesEnabled = true |
1255 | 1259 | ||