");
echo ("| " . _("Server Address") . ":  | \n");
echo ("get_ServerURL() . "\"> | " . _("Server Address of LDAP server (e.g. ldap://localhost:389 or ldaps://localhost:636)") . " | 
\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 ("
\n");
echo ("