Revision 72887d24
Von Sven Schöling vor fast 13 Jahren hinzugefügt
SL/Auth.pm | ||
---|---|---|
47 | 47 |
$self->{RIGHTS} = { }; |
48 | 48 |
$self->{unique_counter} = 0; |
49 | 49 |
$self->{column_information} = SL::Auth::ColumnInformation->new(auth => $self); |
50 |
$self->{authenticator}->reset; |
|
50 | 51 |
} |
51 | 52 |
|
52 | 53 |
sub get_user_dbh { |
Auch abrufbar als: Unified diff
LDAP Authentifikation zwischen requests korrekt resetten.