summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b489d95)
raw | patch | inline | side by side (parent: b489d95)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Feb 2010 09:45:07 +0000 (09:45 +0000) | ||
committer | psc <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
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 | patch | blob | history |
index 36fac0be2d22ebe7b500251d9c6fe4d218271362..b818b707f7c3b20e0b2aa0c2e455c7fa856dc168 100644 (file)
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,
}
# 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 = ();