Code

Added rSyslog plugin to contrib/gosa.conf
[gosa.git] / gosa-core / html / index.php
index 34e0279d4cdb58a3aa42935a8ec9512510850e06..8b7852860eba9a77cccd7761a7b2d72eb56efce3 100644 (file)
@@ -320,7 +320,8 @@ if (($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])) || $htacces
     if ($ui === NULL || !$ui){
       $message= _("Please check the username/password combination.");
       $smarty->assign ('nextfield', 'password');
-      new log("security","login","",array(),"Authentication failed for user \"$username\"") ;
+      session::global_set('config',$config);
+      new log("security","login","",array(),"Authentication failed for user \"$username\"");
     } else {
       /* Remove all locks of this user */
       del_user_locks($ui->dn);