aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-18 22:51:40 +0100
committerJustin Clark-Casey (justincc)2011-10-18 22:51:40 +0100
commitc85a780583cb36bac95f69c5d704f60a758d56bb (patch)
tree9ccd6c377ca205125020a9708038b32985ccdd13 /prebuild.xml
parentTemporarily put in log lines to record time taken to set terrain in OdeScene. (diff)
downloadopensim-SC_OLD-c85a780583cb36bac95f69c5d704f60a758d56bb.zip
opensim-SC_OLD-c85a780583cb36bac95f69c5d704f60a758d56bb.tar.gz
opensim-SC_OLD-c85a780583cb36bac95f69c5d704f60a758d56bb.tar.bz2
opensim-SC_OLD-c85a780583cb36bac95f69c5d704f60a758d56bb.tar.xz
Provide an option to allow remote calls to the CreateUser method on the UserAccountService
Default is false, as before. Enabling AllowCreateUser in [UserAccountService] for ROBUST allows avatars to be created via an http call, with viewer 2 appropriate bits and pieces. Only Ruths can be created at present. Please don't rely on the config since at some point CreateUser will be moved to a separate co-ordinating service.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 8a45156..d6db614 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1326,6 +1326,7 @@
1326 <Reference name="OpenSim.Server.Base"/> 1326 <Reference name="OpenSim.Server.Base"/>
1327 <Reference name="OpenSim.Services.Base"/> 1327 <Reference name="OpenSim.Services.Base"/>
1328 <Reference name="OpenSim.Services.Interfaces"/> 1328 <Reference name="OpenSim.Services.Interfaces"/>
1329 <Reference name="OpenSim.Services.UserAccountService"/>
1329 <Reference name="XMLRPC" path="../../../bin/"/> 1330 <Reference name="XMLRPC" path="../../../bin/"/>
1330 <Reference name="Nini" path="../../../bin/"/> 1331 <Reference name="Nini" path="../../../bin/"/>
1331 <Reference name="log4net" path="../../../bin/"/> 1332 <Reference name="log4net" path="../../../bin/"/>