A problem after enabling the plugin CasAuthentication

I'm using StatusNet 0.9.6. The OS is Windows 7. The php is running on XAMPP 1.7.3 and the jsp is running on Tomcat 7.0.4. The CAS server is 3.4.3.1.
When I enabled the plugin CasAuthentication by adding the following sentence in config.php, I find that the user can log in the StatusNet without username and password. When the user click the hypertext login, the user logged in. When the user click the hypertext logout, the user logged out. The login page does not display, so the username and password are not needed.

addPlugin('casAuthentication', array(
'provider_name'=>'Example',
'authoritative'=>true,
'autoregistration'=>true,
'server'=>'localhost',
'port'=>443,
'path'=>'cas',
'takeOverLogin'=>true
));

Comments

  • I closed the Firefox 3.6.2 and restarted it. The former user logged in automaticly.
  • @OnlyBlue I think that if the user is already logged in via CAS that's the expected behavior.
  • @jordanc
    I don't think so.
    When clicked the login, the testuser01 logged in. When clicked the Logout, the testuser01 logged out. Then, other users can't log in or log out.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID