diff options
author | Mike Mazur | 2009-02-16 02:26:52 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:26:52 +0000 |
commit | 932e591e05aa364ad9205f1b98a1247d6a54c590 (patch) | |
tree | efd0ba9b46335a3737acd5773acd7e429e82ccf8 /OpenSim/Grid/AssetInventoryServer/Plugins/Resources | |
parent | Move BrowseFrontend and ReferenceFrontend to (diff) | |
download | opensim-SC-932e591e05aa364ad9205f1b98a1247d6a54c590.zip opensim-SC-932e591e05aa364ad9205f1b98a1247d6a54c590.tar.gz opensim-SC-932e591e05aa364ad9205f1b98a1247d6a54c590.tar.bz2 opensim-SC-932e591e05aa364ad9205f1b98a1247d6a54c590.tar.xz |
Move NullAuthentication and AuthorizeAll extensions to plugins.
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/Resources')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml b/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml index 0ec28de..67c4cd2 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml | |||
@@ -16,4 +16,10 @@ | |||
16 | <Extension path="/OpenSim/AssetInventoryServer/Frontend"> | 16 | <Extension path="/OpenSim/AssetInventoryServer/Frontend"> |
17 | <Plugin id="ReferenceFrontend" provider="OpenSim.Grid.AssetInventoryServer.Plugins.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.ReferenceFrontendPlugin" /> | 17 | <Plugin id="ReferenceFrontend" provider="OpenSim.Grid.AssetInventoryServer.Plugins.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.ReferenceFrontendPlugin" /> |
18 | </Extension> | 18 | </Extension> |
19 | <Extension path="/OpenSim/AssetInventoryServer/AuthenticationProvider"> | ||
20 | <Plugin id="NullAuthentication" provider="OpenSim.Grid.AssetInventoryServer.Plugins.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.NullAuthenticationPlugin" /> | ||
21 | </Extension> | ||
22 | <Extension path="/OpenSim/AssetInventoryServer/AuthorizationProvider"> | ||
23 | <Plugin id="AuthorizeAll" provider="OpenSim.Grid.AssetInventoryServer.Plugins.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.AuthorizeAllPlugin" /> | ||
24 | </Extension> | ||
19 | </Addin> | 25 | </Addin> |