From: janw Date: Thu, 18 Sep 2008 11:57:02 +0000 (+0000) Subject: Added templates for debconf. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e259a856a8be309f5c3f98f8607fc8645ac5c313;p=gosa.git Added templates for debconf. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12508 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/debian/gosa-si-server.templates b/gosa-si/debian/gosa-si-server.templates new file mode 100644 index 000000000..119524367 --- /dev/null +++ b/gosa-si/debian/gosa-si-server.templates @@ -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'.