changed label for cn

This commit is contained in:
Roland Gruber 2015-11-24 19:33:18 +00:00
parent 0083c465b3
commit 251417972e
1 changed files with 7 additions and 7 deletions

View File

@ -89,7 +89,7 @@ class host extends baseType {
function getListAttributeDescriptions() {
return array (
"uid" => _("Host name"),
"cn" => _("Host name"),
"cn" => _("Common name"),
"rid" => _("RID (Windows UID)"),
"description" => _("Host description"),
"uidnumber" => _("UID number"),