Code

Added missing template.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Sep 2008 11:55:37 +0000 (11:55 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Sep 2008 11:55:37 +0000 (11:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12506 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/debian/gosa-si-server.templates [new file with mode: 0644]

diff --git a/gosa-si/debian/gosa-si-server.templates b/gosa-si/debian/gosa-si-server.templates
new file mode 100644 (file)
index 0000000..1195243
--- /dev/null
@@ -0,0 +1,28 @@
+Template: gosa-si/hostname
+Type: string
+Default: 127.0.0.1
+Description: Hostname or IP of the MySQL-Server
+ Please enter the full-qualified hostname or IP Address of the desired MySQL Host.
+
+Template: gosa-si/database
+Type: string
+Default: gosa_si
+Description: Name of the GOsa-SI Database
+ Please choose a name for the gosa-si database.
+
+Template: gosa-si/username
+Type: string
+Default: gosa_si
+Description: Name of the GOsa-SI Database User
+ Please choose a name for the gosa-si database user.
+
+Template: gosa-si/password
+Type: password
+Description: Password for the GOsa-SI Database User
+ Please enter a password for the gosa-si database user.
+
+Template: gosa-si/rootpw
+Type: password
+Description: Password for the Database Administrator 'root'
+ In order to create the privileged account, setup needs the password of the
+ database administrator. Please enter the password of the database user 'root'.