Code

Apply LHM-local patch
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Feb 2010 09:45:07 +0000 (09:45 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Feb 2010 09:45:07 +0000 (09:45 +0000)
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

trunk/gosa-si/server/events/clMessages.pm

index 36fac0be2d22ebe7b500251d9c6fe4d218271362..b818b707f7c3b20e0b2aa0c2e455c7fa856dc168 100644 (file)
@@ -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 = ();