diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 2c8770a..522cc56 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -129,6 +129,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
129 | ; for the server connector | 129 | ; for the server connector |
130 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 130 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
131 | 131 | ||
132 | ;; Allow the service to process HTTP setpassword calls. | ||
133 | ;; Default is false. | ||
134 | ; AllowSetPassword = false | ||
135 | |||
132 | [OpenIdService] | 136 | [OpenIdService] |
133 | ; for the server connector | 137 | ; for the server connector |
134 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 138 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
@@ -156,11 +160,11 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
156 | ;; Default is false | 160 | ;; Default is false |
157 | ; CreateDefaultAvatarEntries = false | 161 | ; CreateDefaultAvatarEntries = false |
158 | 162 | ||
159 | ;; Allow the service to process HTTP create user calls. | 163 | ;; Allow the service to process HTTP createuser calls. |
160 | ;; Default is false. | 164 | ;; Default is false. |
161 | ; AllowCreateUser = false | 165 | ; AllowCreateUser = false |
162 | 166 | ||
163 | ;; Allow the service to process HTTP set account calls. | 167 | ;; Allow the service to process HTTP setaccount calls. |
164 | ;; Default is false. | 168 | ;; Default is false. |
165 | ; AllowSetAccount = false | 169 | ; AllowSetAccount = false |
166 | 170 | ||