From 026e8973a9df9e7865ebbc57ff2d8fb4f496fb73 Mon Sep 17 00:00:00 2001 From: paca70 Date: Wed, 22 Sep 2004 11:33:41 +0000 Subject: [PATCH] Fixed missed variable name --- auth/ldap/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index a3c5db93ff..9c684a96a7 100644 --- a/auth/ldap/lib.php +++ b/auth/ldap/lib.php @@ -402,7 +402,7 @@ function auth_user_activate ($username) { $ldapconnection = auth_ldap_connect(); - $userdn = auth_ldap_find_userdn($ldapconnect, $username); + $userdn = auth_ldap_find_userdn($ldapconnection, $username); $newinfo['loginDisabled']="FALSE"; -- 2.39.5