added DN to list

This commit is contained in:
Roland Gruber 2003-07-27 14:19:01 +00:00
parent ebae9fedeb
commit c0e76df3ad
1 changed files with 2 additions and 0 deletions

View File

@ -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