From: psc Date: Tue, 23 Feb 2010 09:45:07 +0000 (+0000) Subject: Apply LHM-local patch X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4eb0eb31823437b5c43cc17f2018be75a223b3f7;hp=b489d95dc8911ea75956d5abe918329761b5127b;p=gosa.git Apply LHM-local patch Don't store the last system a user logged in, as this need schema changes and the feature is not used (yet) git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@15670 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-si/server/events/clMessages.pm b/trunk/gosa-si/server/events/clMessages.pm index 36fac0be2..b818b707f 100644 --- a/trunk/gosa-si/server/events/clMessages.pm +++ b/trunk/gosa-si/server/events/clMessages.pm @@ -125,7 +125,7 @@ sub LOGIN { my $error_str; # Invoke set_last_system; message sets ldap attributes 'gotoLastSystemLogin' and 'gotoLastSystem' - $res = &set_last_system($msg, $msg_hash, $session_id); +# &set_last_system($msg, $msg_hash, $session_id); # Add user to login_users_db my %add_hash = ( table=>$main::login_users_tn, @@ -186,7 +186,7 @@ sub CURRENTLY_LOGGED_IN { } # Invoke set_last_system; message sets ldap attributes 'gotoLastSystemLogin' and 'gotoLastSystem' - my $res = &set_last_system($msg, $msg_hash, $session_id); +# &set_last_system($msg, $msg_hash, $session_id); # fetch all user currently assigned to the client at login_users_db my %currently_logged_in_user = ();