Code

really fixing it ;-(
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Jun 2006 10:20:46 +0000 (10:20 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Jun 2006 10:20:46 +0000 (10:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3984 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index 1c9863298974ec8a1f90a9fdf9b38a452758f7b7..3116c391c1b00008c9e78adbc581c047b78dc42f 100644 (file)
@@ -368,7 +368,7 @@ function ldap_login_user ($username, $password)
 function ldap_expired_account($config, $userdn, $username)
 {
     //$this->config= $config;
-    $ldap= config->get_ldap_link();
+    $ldap= $config->get_ldap_link();
     $ldap->cat($userdn);
     $attrs= $ldap->fetch();