]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Auth.pm
LDAP Authentifikation zwischen requests korrekt resetten.
[kivitendo-erp.git] / SL / Auth.pm
index 1577eb862947cc2fe77b3692d8e26e00f40ff0cc..bd4fcd90a349b98c4e397b33a9afc3faa651a55b 100644 (file)
@@ -47,6 +47,7 @@ sub reset {
   $self->{RIGHTS}             = { };
   $self->{unique_counter}     = 0;
   $self->{column_information} = SL::Auth::ColumnInformation->new(auth => $self);
+  $self->{authenticator}->reset;
 }
 
 sub get_user_dbh {