Force login each session? Is this a LDAP integration issue or a Drupal one?

eft - September 25, 2009 - 14:06
Project:LDAP integration
Version:6.x-1.0-beta1
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Awesome module(s). You guys are making it possible for Drupal to penetrate the enterprise.

I'm concerned that someone using a shared computer could browse our site after a legitimate user has previously authenticated. Is this a LDAP integration issue or a Drupal one i.e. should I be looking for a solution here or with another module?

Thanks

#1

miglius - October 19, 2009 - 16:52

Does the previous user logged out off the drupal, or just closed the browser?

#2

eft - October 20, 2009 - 05:43

Just closed the browser session. I'm not worried if they've logged (at least I don't think I should be).

#3

markDrupal - October 29, 2009 - 17:45
Status:active» fixed

You'd want to look at a different module.

http://drupal.org/project/remember_me
Remember me is simple to use it just adds a checkbox to the login form and does what you want it to do, you can adjust the time to "remember" users, 1 hour -- 1 month, which will remember users even after the browser was closed and opened. If the users don't check the 'remember me' check box on login, it logs them out when the browser is closed.

You can also manualy adjust the setting.php file to lower the cookie lifetime

ini_set('session.cookie_lifetime',  2000000);

#4

eft - October 29, 2009 - 21:15

thanks for the tip

#5

System Message - November 12, 2009 - 21:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.