diff --git a/lib/class.AuthLdap.php b/lib/class.AuthLdap.php index 5c6ab2e..4008a96 100644 --- a/lib/class.AuthLdap.php +++ b/lib/class.AuthLdap.php @@ -377,7 +377,7 @@ class AuthLdap { // add to the array for each attribute in my list // add to the array for each attribute in my list for ( $i = 0; $i < count( $attributeArray); $i++) { - $userslist["$uname"]["$attributeArray[$i]"] = $info[$i][strtolower($attributeArra[$i])][0]; + $userslist["$uname"]["$attributeArray[$i]"] = $info[$i][strtolower($attributeArray[$i])][0]; } }