diff --git a/modules/ldapstatus/templates/default/ldapstatus.php b/modules/ldapstatus/templates/default/ldapstatus.php
index 4697dd0804adb5c4260b1fdd41d8e9cf0ca64fda..6c3283135d82eb5bab3e90251f5853c0d5bd3800 100644
--- a/modules/ldapstatus/templates/default/ldapstatus.php
+++ b/modules/ldapstatus/templates/default/ldapstatus.php
@@ -57,7 +57,7 @@ foreach($this->data['sortedOrgIndex'] as $orgkey) {
 	if (array_key_exists('description', $this->data['orgconfig'][$orgkey])) {
 		echo('<td>' . htmlspecialchars($this->getTranslation($this->data['orgconfig'][$orgkey]['description'])) . '</td>');
 	} else {
-		echo('<span style="color: #b4b4b4; font-size: x-small">NA</span>');
+		echo('<td><span style="color: #b4b4b4; font-size: x-small">NA</span> <tt>' . $orgkey . '</tt></td>');
 	}
 #	echo('<td><tt>' . htmlspecialchars($orgkey) . '</tt></td>');
 	showRes('config',  $res, $this);