diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index 967629d3..2dd9a413 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -50,10 +50,13 @@ if (!(($conf->get_Passwd()) == $passwd)) { echo ("\n"); echo ("\n"); echo ("" . _("LDAP Account Manager Configuration") . "\n"); +echo "\n"; echo ("\n"); echo ("\n"); echo ("

\"LDAP




\n"); echo ("
\n"); + +echo ("
" . _("Server settings") . ""); echo (""); echo ("\n"); echo ("\n"); @@ -64,6 +67,12 @@ echo ("\n"); echo ("\n"); echo ("\n"); +echo ("

" . _("Server Address") . ":

get_ServerURL() . "\">

" . _("Server Address of LDAP server (e.g. ldap://localhost:389 or ldaps://localhost:636)") . "

" . _("GroupSuffix") . ":

" . _("This is the suffix from where to search for groups.
(e.g. ou=group,dc=yourcompany,dc=com)") . "

" . _("HostSuffix") . ":

get_HostSuffix() . "\">

" . _("This is the suffix from where to search for Samba hosts.
(e.g. ou=machines,dc=yourcompany,dc=com)") . "

"); +echo ("
"); +echo ("
"); + +echo ("
" . _("Ranges") . ""); +echo (""); echo (""); echo ("\n"); @@ -74,6 +83,12 @@ echo ("\n"); echo ("\n"); +echo ("
 
" . _("Minimum UID number") . ": get_minUID() . "\">\n"); echo ("  " . _("Maximum UID number") . ": get_maxUID() . "\">

" . _("These are the minimum and maximum numbers to echo ("

" . _("Minimum Machine number") . ": get_minMachine() . "\">\n"); echo ("  " . _("Maximum Machine number") . ": get_maxMachine() . "\">

" . _("These are the minimum and maximum numbers to use for Samba hosts.
Do not use the same range as for user IDs.") . "

"); +echo ("
"); +echo ("
"); + +echo ("
" . _("LDAP List settings") . ""); +echo (""); echo (""); echo (""); echo (""); echo (""); echo ("\n"); echo ("\n"); -echo ("
 

" . _("Attributes in User List:") . "

get_userlistAttributes() . "\">

" . _("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.") @@ -84,18 +99,25 @@ echo ("

 
 

" . _("List of valid users") . ":

get_Adminstring() . "\">

" . _("Usernames must be seperated by semicolons
(e.g. cn=admin,dc=yourcompany,dc=com;uid=root,ou=people,dc=yourcompany,dc=com)") . "

\n"); -echo ("

 

\n"); +echo ("

" . _("Maximum displayed entries") . ":

get_MaxListEntries() . "\">\n"); +echo ("

" . _("This is the maximum count of entries which are displayed on one page of the user/host/group lists.") . "

\n"); +echo (""); +echo ("
"); +echo ("
"); + +echo ("
" . _("Security settings") . ""); echo (""); echo (""); echo ("\n"); echo ("
" . _("New Password") . ":
" . _("Reenter Password") . ":
\n"); -echo ("

 

\n"); -echo ("

 

\n"); +echo ("
"); +echo ("
"); + echo (""); echo ("\n"); echo ("
     ");
 echo ("
\n"); + echo ("
\n"); echo ("
\n"); echo ("\n");