How to setup Authentication in OpenWonderland
From CS486wiki
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.