changed label for cn
This commit is contained in:
parent
0083c465b3
commit
251417972e
|
@ -89,7 +89,7 @@ class host extends baseType {
|
||||||
function getListAttributeDescriptions() {
|
function getListAttributeDescriptions() {
|
||||||
return array (
|
return array (
|
||||||
"uid" => _("Host name"),
|
"uid" => _("Host name"),
|
||||||
"cn" => _("Host name"),
|
"cn" => _("Common name"),
|
||||||
"rid" => _("RID (Windows UID)"),
|
"rid" => _("RID (Windows UID)"),
|
||||||
"description" => _("Host description"),
|
"description" => _("Host description"),
|
||||||
"uidnumber" => _("UID number"),
|
"uidnumber" => _("UID number"),
|
||||||
|
|
Loading…
Reference in New Issue