diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index aed1d33..a23063d 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -146,6 +146,14 @@ 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 getauthinfo calls. | ||
150 | ;; Default is false. | ||
151 | ; AllowGetAuthInfo = false | ||
152 | |||
153 | ;; Allow the service to process HTTP setauthinfo calls. | ||
154 | ;; Default is false. | ||
155 | ; AllowSetAuthInfo = false | ||
156 | |||
149 | ;; Allow the service to process HTTP setpassword calls. | 157 | ;; Allow the service to process HTTP setpassword calls. |
150 | ;; Default is false. | 158 | ;; Default is false. |
151 | ; AllowSetPassword = false | 159 | ; AllowSetPassword = false |