diff --git a/modules/ldapstatus/www/index.php b/modules/ldapstatus/www/index.php
index 50cab23a1d32961769640eb2dadd9f1e3f93a988..23ba522641bbae3812b870fc1ddff2ae12b813ec 100644
--- a/modules/ldapstatus/www/index.php
+++ b/modules/ldapstatus/www/index.php
@@ -140,7 +140,7 @@ function resultCode($res) {
 			}
 			
 		} else {
-			$code .= '1';
+			$code .= '0';
 			$lightCounter[1]++;
 		}
 	}