Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/RT/Authen/ExternalAuth/LDAP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/RT/Authen/ExternalAuth/LDAP.pm b/lib/RT/Authen/ExternalAuth/LDAP.pm
index e6b22206c7..3336dde1c0 100644
--- a/lib/RT/Authen/ExternalAuth/LDAP.pm
+++ b/lib/RT/Authen/ExternalAuth/LDAP.pm
@@ -622,7 +622,7 @@ sub UserExists {
unless ( $user_found->code == LDAP_SUCCESS || $user_found->code == LDAP_PARTIAL_RESULTS ) {
$RT::Logger->debug( "search for",
- $filter->as_string,
+ $search_filter->as_string,
"failed:",
ldap_error_name($user_found->code),
$user_found->code );