>
\n"; for ($i=0; $i\n"; echo "\n\t\n"; echo $parameter[0]; echo "\t\t\n\t"; echo "\n\t\n"; echo "\t\t\n"; echo "\t\t\n\t\n"; echo "\t\t\n"; echo "\t\t\n\t\n\n"; } echo "\n"; } cfunction display_console() { echo ''; echo ''; echo '

LDAP Console

'; $things = array( 0 => array("Bind (authenticate) to the directory.", "bind", "who"), 1 => array("Change the search base.", "cb", "where"), 2 => array("Change information associated with an entry","change","entry"), 3 => array("Create a new group entry","create","group"), 4 => array("Edit a complete Directory entry","vedit","entry"), 5 => array("Find an entry in the directory.","find","entry") ); $this->makeForm($things); echo ''; $things = array( 0 => array("Change the group base.","groupbase","where"), 1 => array("Display detailed help for a function","help","command"), 2 => array("Subscribe to a group.","join","group"), 3 => array("List the groups owned by someone","list","who"), 4 => array("List out the groups in which someone is a member.", "memberships", "who"), 5 => array("Remove obsolete entries from a group.", "purge", "group") ); $this->makeForm($things); echo '
'; } } ?>