This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Public License along with this package; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Change Log: 2000.11.16 - rename files from *.php3 to *.php 2000.08.09 - preferences of host, port, basedn, binddn, filter have been added 2000.03.25 - delete limitation option; add search scope option. search subtree function added 2000.03.13 - cascading Style Sheet support added 2000.01.20 - filter attribute has been added 1999.09.16 - login interface has the include version info and local time */ require ("template/header.inc"); require ('default.php'); echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo "

\n"; echo "
\n"; echo "\n"; echo ""; echo "\n"; echo ""; echo "\n"; echo ""; echo ""; echo ""; echo "\n"; echo ""; echo ""; echo ""; echo "\n"; echo ""; echo ""; echo ""; echo "\n"; echo ""; echo ""; echo ""; echo "\n"; echo ""; echo ""; echo ""; echo "\n"; echo ""; echo ""; echo ""; echo "\n"; echo "
LDAP server (host:port)  "; if (sizeof ($default->host) == 1) { echo "host[0] . "\" size=" . strlen ($default->host[0]) . ">"; } else { echo ""; } echo "  :  "; if (sizeof ($default->port) == 1) { echo "port[0] . "\" size=" . strlen ($default->port[0]) . ">"; } else { echo ""; } echo "
Base DN  "; if (sizeof ($default->basedn) == 1) { echo "basedn[0] . "\" size=" . strlen ($default->basedn[0]) . ">"; } else { echo ""; } echo "
Bind DN As  "; if (sizeof ($default->binddn) == 1) { echo "binddn[0] . "\" size=" . strlen ($default->binddn[0]) . ">"; } else { echo ""; } echo "
Bind Password  "; echo ""; echo "
Filter   "; if (sizeof ($default->filter) == 1) { echo "filter[0] . "\" size=" . strlen ($default->filter[0]) . ">"; } else { echo ""; } echo "
Search Scope  "; echo ""; echo "

\n"; echo "
\n"; echo "

\n"; echo "
\n"; echo "\n"; echo ""; echo "\n"; echo ""; echo ""; echo ""; echo "\n"; echo "

"; echo "
"; echo ""; echo "Current Version: "; require ("VERSION"); echo ""; echo ""; echo "download_url . "\">homepage_url . "\">"; echo "
\n"; echo "
\n"; echo "
\n"; require ("template/footer.inc"); ?>