[Opensim-dev] authentication service

Michel Beauregard gimisa at yahoo.fr
Thu Jun 1 12:35:21 UTC 2017


So I found an answer for the following problem where UserAccountService and AuthenticationService are run on separate robust instances  :
R.O.B.U.S.T.# create user
First name [Default]: gimisa
Last name [User]: cerise
Password: 
Email []: 
User ID [5eb242ab-da3c-46df-9aab-a936895b9827]: 
Model name []: 
06:51:33 - [USER ACCOUNT SERVICE]: Unable to set password for account gimisa cerise.
06:51:34 - [USER ACCOUNT SERVICE]: Created user inventory for gimisa cerise
06:51:34 - [USER ACCOUNT SERVICE]: Creating default appearance items for 5eb242ab-da3c-46df-9aab-a936895b9827
06:51:35 - [USER ACCOUNT SERVICE]: Account gimisa cerise 5eb242ab-da3c-46df-9aab-a936895b9827 created successfully


as far as I can tell separating UserAccountService from AuthenticationService is not allowed. 
I am taking this conclusion from the following traces done on opensim source
 opensim-0.9.0.0-rc2-source/OpenSim/Services/UserAccountService/UserAccountService.cs




Where  opensim-0.9.0.0-rc2-source/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs leads to return false on set password:


I suppose there is security reason not to allow  this separation though  these service are accessible on lan port only  . 

I did not find any documentation that some  service MUST be combined to work correctly  If someone could confirm I am correct I will add  this restriction to opensimulator.org web documentation  for at least this combination. 

http://opensimulator.org/wiki/Configuration#Running_multiple_ROBUST_service_instances
Hope it helps
GiMiSa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20170601/69226937/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 98288 bytes
Desc: not available
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20170601/69226937/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 32939 bytes
Desc: not available
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20170601/69226937/attachment-0003.png>


More information about the Opensim-dev mailing list