diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 522cc56..897cfde 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -129,6 +129,14 @@ 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 getauthinfo calls. | ||
133 | ;; Default is false. | ||
134 | ; AllowGetAuthInfo = false | ||
135 | |||
136 | ;; Allow the service to process HTTP setauthinfo calls. | ||
137 | ;; Default is false. | ||
138 | ; AllowSetAuthInfo = false | ||
139 | |||
132 | ;; Allow the service to process HTTP setpassword calls. | 140 | ;; Allow the service to process HTTP setpassword calls. |
133 | ;; Default is false. | 141 | ;; Default is false. |
134 | ; AllowSetPassword = false | 142 | ; AllowSetPassword = false |