From 87932e8ab4cd33738551c7295443db119f9f3b7a Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 15 Jun 2005 09:17:43 +0000 Subject: [PATCH] missing hidden input next for navigation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@711 594d385d-05f5-0310-b6e9-bd551577e9d8 --- ihtml/themes/altlinux/setup.tpl | 3 + ihtml/themes/altlinux/setup_finish.tpl | 34 +++++----- ihtml/themes/altlinux/setup_introduction.tpl | 8 ++- ihtml/themes/altlinux/setup_step2.tpl | 13 ++-- ihtml/themes/altlinux/setup_step3.tpl | 16 +++-- ihtml/themes/altlinux/setup_step4.tpl | 66 ++++++++++++++++---- 6 files changed, 99 insertions(+), 41 deletions(-) diff --git a/ihtml/themes/altlinux/setup.tpl b/ihtml/themes/altlinux/setup.tpl index bbaa7ab49..dfc95bcf9 100644 --- a/ihtml/themes/altlinux/setup.tpl +++ b/ihtml/themes/altlinux/setup.tpl @@ -1,3 +1,4 @@ +
+{$errors} +
diff --git a/ihtml/themes/altlinux/setup_finish.tpl b/ihtml/themes/altlinux/setup_finish.tpl index 176b99e18..ccd0b19bb 100644 --- a/ihtml/themes/altlinux/setup_finish.tpl +++ b/ihtml/themes/altlinux/setup_finish.tpl @@ -1,26 +1,32 @@

{t}Setup finished{/t}

+{t}Basically the setup is finished. You can check the result of the schema check here and download the autogenerated gosa.conf below.{/t} + +

 

+ +

{t}Schema Configuration{/t}

+

{$schemas}

+ +

 

+ +

{t}Configuration File{/t}

{t}GOsa setup has collected all data needed to create an initial configuration file. Save the the link below as your gosa.conf and place that file in /etc/gosa. Change it as needed.{/t}

-

- > gosa.conf -

+

{t}After placing the file under /etc/gosa, place make sure that the webserver user is able to read gosa.conf, while other users shouldn't. You may want to execute these commands to achieve this requirement:{/t}

- -# chown root.{$webgroup} /etc/gosa/gosa.conf
+
+# chown root.{$webgroup} /etc/gosa/gosa.conf
 # chmod 640 /etc/gosa/gosa.conf
-
-
-
- {if $mode ne 'ready'} - - {else} - - {/if} -
+
+ +

+ + + +

diff --git a/ihtml/themes/altlinux/setup_introduction.tpl b/ihtml/themes/altlinux/setup_introduction.tpl index 526b1a5eb..4f8ada563 100644 --- a/ihtml/themes/altlinux/setup_introduction.tpl +++ b/ihtml/themes/altlinux/setup_introduction.tpl @@ -3,12 +3,14 @@

{t}It looks like you're calling GOsa for the first time - no configuration was found. This setup like script will try to aid you in creating a working configuration by performing three major steps: first we'll check the PHP installation for required modules, than we're going to check for optional/needed programms and after you've provided basic informations for your LDAP connectivity, we're going to check your LDAP setup.{/t}

+

 

{$tests} -
- -
+

+ + +



diff --git a/ihtml/themes/altlinux/setup_step2.tpl b/ihtml/themes/altlinux/setup_step2.tpl index e75f6864f..6d23e42ef 100644 --- a/ihtml/themes/altlinux/setup_step2.tpl +++ b/ihtml/themes/altlinux/setup_step2.tpl @@ -3,15 +3,12 @@

{t}Step two looks for a set of helper programms and checks if they have the correct minimum version.{/t}

+

 

{$tests} -{if $mode ne "disabled"} -

- {t}We've inspected the webserver side now. Your setup seems to fit GOsa's needs. Lets go for the GOsa configuration part now...{/t} +

+ + +

-{/if} - -
- -
diff --git a/ihtml/themes/altlinux/setup_step3.tpl b/ihtml/themes/altlinux/setup_step3.tpl index e1debc83a..68214b45e 100644 --- a/ihtml/themes/altlinux/setup_step3.tpl +++ b/ihtml/themes/altlinux/setup_step3.tpl @@ -4,10 +4,16 @@ {t}Now we're going include your LDAP server and create an initial configuration. After you've entered the server URI below, a quick check is performed if required LDAP schemas are in place. Samba versions are autodetected by the installed objectclasses. Details on how your LDAP tree is organized will be asked later on.{/t}

-{t}Please enter the server URI{/t} +

 


- -
- -
+{t}Please enter the server URI to allow the setup to connect your LDAP server (Example: ldap://your.server:389).{/t} +
+
+URI  + +

+ + + +

diff --git a/ihtml/themes/altlinux/setup_step4.tpl b/ihtml/themes/altlinux/setup_step4.tpl index 57e2d896e..f19acf176 100644 --- a/ihtml/themes/altlinux/setup_step4.tpl +++ b/ihtml/themes/altlinux/setup_step4.tpl @@ -1,29 +1,34 @@

{t}Setup continued...{/t}

+{t}The following fields allow the basic configuration of GOsa's behaviour and affect various properties in your main configuration.{/t} + +

 

{t}Enter a description for the location you're configuring here{/t}:

- +
{t}Location name{/t}{t}Location name{/t}
+

 

- {t}Finally, you need to specify parameters to access the LDAP server. GOsa always acts as admin and manages access rights internally. This is a workaround till OpenLDAP's in directory ACI's are fully implemented. For this to work, we need the admin DN and the corresponding password.{/t} + {t}GOsa always acts as admin and manages access rights internally. This is a workaround till OpenLDAP's in directory ACI's are fully implemented. For this to work, we need the admin DN and the corresponding password.{/t}

- + - +
{t}Admin DN{/t}{t}Admin DN{/t}
{t}Admin password{/t}{t}Admin password{/t}
+

 

{t}Some basic LDAP parameters are tunable and affect the locations where GOsa saves people and groups, including the way accounts get created. Check the values below if the fit your needs.{/t} @@ -31,11 +36,15 @@ - + + + + + - + - + - +
{t}People storage ou{/t}{t}Base {/t}
{t}People storage ou{/t}
{t}People dn attribute{/t}{t}People dn attribute{/t}
{t}Group storage ou{/t}{t}Group storage ou{/t}
{t}ID base for users/groups{/t}{t}ID base for users/groups{/t}
-

- -
+

 

+ +

+ {t}GOsa supports several encryption types for your passwords. Normally this is adjustable via user templates, but you can specify a default method to be used here, too.{/t} +

+ + + + + +
{t}Encryption algorithm{/t} + +
+ +

 

+ +

+ {t}GOsa has modular support for several mail methods. These methods provide interfaces to users mailboxes and general handling for quotas. You can choose the dummy plugin to leave all your mail settings untouched.{/t} +

+ + + + + +
{t}Mail method{/t} + +
+ +

+ + + +

-- 2.30.2