$labels['snsuffix'] = _("Name suffix");
$labels['personalTitle'] = _("Title");
$labels['userPassword'] = _("Password");
+$labels['telephoneNumber'] = _("Phone");
'cn' => array(
'title' => _("Common name"),
'width' => 40,
+ 'link_view'=> true,
),
'sn' => array(
'title' => _("Last name"),
'hide' => array(
'objectClass',
'id',
+ 'cn',
+ 'seeAlso',
+ 'description',
),
'order' => array(
'sn' => 5,
'snsuffix' => 6,
+ 'userPassword' => 7,
),
'fields' => array(
'cn' => array(
'required' => false,
),
+ 'userPassword' => array(
+ 'required' => true,
+ ),
),
),
);