From: hickert Date: Fri, 25 Jul 2008 13:43:21 +0000 (+0000) Subject: Updated ) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7767c7cd8677eb07a1125fdfdc5c72917246ca2a;p=gosa.git Updated ) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12061 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index d674e0d4c..b9bbd8a1b 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -378,7 +378,7 @@ function process_htaccess ($username, $kerberos= FALSE) if (!$ldap->success()){ msg_dialog::display(_("LDAP error"), msgPool::ldaperror($ldap->get_error(), "", LDAP_AUTH)."

".session::get('errors'), - FATAL_ERROR_DIALOG)); + FATAL_ERROR_DIALOG); exit(); } $ldap->search("(&(objectClass=gosaAccount)(|(uid=$username)(userPassword={$mode}$username)))", array("uid"));