diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 5958fc1..aed1d33 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -146,6 +146,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
146 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 146 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
147 | ; Realm = "useraccounts" | 147 | ; Realm = "useraccounts" |
148 | 148 | ||
149 | ;; Allow the service to process HTTP setpassword calls. | ||
150 | ;; Default is false. | ||
151 | ; AllowSetPassword = false | ||
152 | |||
149 | [OpenIdService] | 153 | [OpenIdService] |
150 | ; for the server connector | 154 | ; for the server connector |
151 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 155 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
@@ -173,11 +177,11 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
173 | ;; Default is false | 177 | ;; Default is false |
174 | ; CreateDefaultAvatarEntries = false | 178 | ; CreateDefaultAvatarEntries = false |
175 | 179 | ||
176 | ;; Allow the service to process HTTP create user calls. | 180 | ;; Allow the service to process HTTP createuser calls. |
177 | ;; Default is false. | 181 | ;; Default is false. |
178 | ; AllowCreateUser = false | 182 | ; AllowCreateUser = false |
179 | 183 | ||
180 | ;; Allow the service to process HTTP set account calls. | 184 | ;; Allow the service to process HTTP setaccount calls. |
181 | ;; Default is false. | 185 | ;; Default is false. |
182 | ; AllowSetAccount = false | 186 | ; AllowSetAccount = false |
183 | 187 | ||