");
echo ("| " . _("Hostname") . ":  | \n");
echo ("get_Host() . "\"> | " . _("Hostname of LDAP server") . " | 
\n");
echo ("| " . _("Portnumber") . ":  | \n");
echo _("get_Port() . "\"> | Default is 389, use 636 for SSL connections | 
\n");
if ($conf->get_SSL() == "True") echo ("| " . _("Use SSL") . ":  | \n");
else echo (" | 
| " . _("Use SSL") . ":  | \n");
echo (" | " . _("Check if your server supports secure connections.") . " | 
\n");
echo ("|   | 
");
echo ("| " . _("List of valid users") . ":  | get_Adminstring() . "\">\n");
echo (" | " . _("Usernames must be seperated by semicolons(e.g. cn=admin,dc=yourcompany,dc=com;uid=root,ou=people,dc=yourcompany,dc=com)") . "
 | 
\n");
echo ("|   | 
");
echo ("| " . _("UserSuffix") . ":  | get_UserSuffix() . "\">\n");
echo (" | " . _("This is the suffix from where to search for users.(e.g. ou=People,dc=yourcompany,dc=com)") . "
 | 
\n");
echo ("| " . _("GroupSuffix") . ":  | get_GroupSuffix() . "\">\n");
echo (" | " . _("This is the suffix from where to search for groups.(e.g. ou=group,dc=yourcompany,dc=com)") . "
 | 
\n");
echo ("| " . _("HostSuffix") . ":  | get_HostSuffix() . "\">\n");
echo (" | " . _("This is the suffix from where to search for Samba hosts.(e.g. ou=machines,dc=yourcompany,dc=com)") . "
 | 
\n");
echo ("|   | 
");
echo ("| " . _("Minimum UID number") . ": | get_minUID() . "\">\n");
echo ("  " . _("Maximum UID number") . ": get_maxUID() . "\">\n");
echo (" | " . _("These are the minimum and maximum numbers to use for user IDs") . " | 
\n");
echo ("| " . _("Minimum GID number") . ": | get_minGID() . "\">\n");
echo ("  " . _("Maximum GID number") . ": get_maxGID() . "\">\n");
echo (" | " . _("These are the minimum and maximum numbers to use for group IDs") . " | 
\n");
echo ("| " . _("Minimum Machine number") . ": | get_minMachine() . "\">\n");
echo ("  " . _("Maximum Machine number") . ": get_maxMachine() . "\">\n");
echo (" | " . _("These are the minimum and maximum numbers to use for Samba hosts. Do not use the same range as for user IDs.") . "
 | 
\n");
echo ("|   | 
");
echo ("| " . _("Attributes in User List:") . " | get_userlistAttributes() . "\">");
echo (" | " . _("This is the list of attributes to show in the lists. The entries can either be predefined values (e.g. '#cn' or '#gidNumber') or individual ones (e.g. 'cn:Group Name'). The entries are seperated by semicolons.")
	. " | 
");
echo ("| " . _("Attributes in Group List:") . " | get_grouplistAttributes() . "\"> | 
");
echo ("| " . _("Attributes in Host List:") . " | get_hostlistAttributes() . "\"> | 
");
echo ("|   | 
");
echo ("| " . _("Default shell") . ":  | \n");
echo ("get_defaultShell() . "\"> | " . _("Default shell when creating new users.") . " | 
\n");
echo ("| " . _("Shell list") . ":  | \n");
echo ("get_shellList() . "\"> | " . _("List of possible shells when creating new users. The entries have to be separated by semicolons.") . "
 | 
\n");
echo ("
\n");
echo ("