. * --------------------------------------------------------------------- */ include ('../inc/includes.php'); $group = new Group(); $group->checkGlobal(UPDATE); Session::checkRight('user', User::UPDATEAUTHENT); Html::header(__('LDAP directory link'), $_SERVER['PHP_SELF'], "admin", "group", "ldap"); if (isset($_SESSION["ldap_import"])) { unset($_SESSION["ldap_import"]); } if (isset($_SESSION["ldap_import_entities"])) { unset($_SESSION["ldap_import_entities"]); } if (isset($_SESSION["ldap_server"])) { unset($_SESSION["ldap_server"]); } if (isset($_SESSION["entity"])) { unset($_SESSION["entity"]); } if (isset($_SESSION["ldap_sortorder"])) { unset($_SESSION["ldap_sortorder"]); } //Reset session variable related to filters if (isset($_SESSION["ldap_group_filter"])) { unset($_SESSION["ldap_group_filter"]); } if (isset($_SESSION["ldap_group_filter2"])) { unset($_SESSION["ldap_group_filter2"]); } echo "
"; echo ""; echo ""; echo "
".__('Bulk import groups from a LDAP directory')."
". "". __('Import of new groups')."
"; Html::footer();