changed label for cn
This commit is contained in:
parent
0083c465b3
commit
251417972e
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue