How to setup Authentication in OpenWonderland: Difference between revisions

From CS486wiki
Jump to navigationJump to search
Content deleted Content added
Halil (talk | contribs)
Halil (talk | contribs)
No edit summary   (change visibility)
Line 5: Line 5:


• Built Source [http://code.google.com/p/openwonderland/wiki/DownloadBuildSource05]
• Built Source [http://code.google.com/p/openwonderland/wiki/DownloadBuildSource05]

By default both binary version and source comes with a module called 'security-session-noauth', to set up authentication in wonderland server the first step is to replace that module with a authentication support one in this case 'security-session-auth'[http://openwonderland.org/modules/module-warehouse/doc_details/190-authentication?cat=add_ons&lang=en]. The mechanism for doing this vary depending on if you are using binary build or building from source. In both cases you need to replace 'noauth' module with 'auth' module.


==In Binary Download==
==In Binary Download==

Revision as of 21:42, 14 November 2010

Prerequisites

A running Project Wonderland server

• Binary Download [1]

• Built Source [2]

By default both binary version and source comes with a module called 'security-session-noauth', to set up authentication in wonderland server the first step is to replace that module with a authentication support one in this case 'security-session-auth'[3]. The mechanism for doing this vary depending on if you are using binary build or building from source. In both cases you need to replace 'noauth' module with 'auth' module.

In Binary Download

In Source Build