added DN to list
This commit is contained in:
parent
ebae9fedeb
commit
c0e76df3ad
|
@ -82,8 +82,10 @@ $attr_array; // list of LDAP attributes to show
|
|||
$desc_array; // list of descriptions for the attributes
|
||||
$attr_array[] = "sambaDomainName";
|
||||
$attr_array[] = "sambaSID";
|
||||
$attr_array[] = "dn";
|
||||
$desc_array[] = _("Domain Name");
|
||||
$desc_array[] = _("Domain SID");
|
||||
$desc_array[] = "DN";
|
||||
|
||||
// check search suffix
|
||||
if ($_POST['dom_suffix']) $dom_suffix = $_POST['dom_suffix']; // new suffix selected via combobox
|
||||
|
|
Loading…
Reference in New Issue