Added
Link Here
|
1 |
--- lib/LDAPEngine.class.php.orig 2007-06-14 19:00:15 UTC |
2 |
+++ lib/LDAPEngine.class.php |
3 |
@@ -283,6 +283,7 @@ class LDAPEngine { |
4 |
*/ |
5 |
function searchUserDN($searchFilter) { |
6 |
|
7 |
+ $dn = ""; |
8 |
switch ($this->serverType) { |
9 |
case "ldap": |
10 |
if ( $this->searchUser != '' ) { |