[Dbconfig-common-devel] dbconfig-common/debian/po de.po,1.2,1.3 templates.pot,1.4,1.5

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/dbconfig-common/dbconfig-common/debian/po
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv31239/debian/po

Modified Files:
	de.po templates.pot 
Log Message:
another load of work done.

the pgsql support now includes support for both ident (local, remote)
and password (password, crypt, md5, some pam) based authentication.

there's still a couple lurking bugs which i'll be fixing in 1.3:
- dpkg-reconfigure with multi-dbtype applications remembers some values
  that perhaps it shouldn't.
- the pgsql support always asks the admin about modifying the configuration,
  even if it doesn't need to.
- the pgsql support doesn't have a way of modifying the config

what i'm working on next:
- the above
- hitting at what's left in TODO (esp. verifying updates and script support)
- ssl support to pgsql
- dbconfig-generate-include


if anyone is interested, i can upload the current version to experimental.
just let me know!

	sean



Index: de.po
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/po/de.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- de.po	25 Jan 2005 14:48:20 -0000	1.2
+++ de.po	4 Feb 2005 06:26:07 -0000	1.3
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: dbconfig-common 0.9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-12-29 23:11-0800\n"
+"POT-Creation-Date: 2005-01-30 23:07-0500\n"
 "PO-Revision-Date: 2005-01-20 20:30+0100\n"
 "Last-Translator: Andreas Tille <tille@debian.org>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -728,3 +728,98 @@
 #: ../dbconfig-common.templates:318
 msgid "Please re-enter the administrative password."
 msgstr "Bitte wiederholen Sie die Eingabe des Administrator-Passworts."
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:325
+msgid "How should the PostgreSQL admin authenticate to the server?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:325
+msgid ""
+"PostgreSQL servers provide several different mechanisms for authenticating "
+"connections.  Please select what method the administrative user should use "
+"when connecting to the server."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid "How should the PostgreSQL user authenticate to the server?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"PostgreSQL servers provide several different mechanisms for authenticating "
+"connections.  Please select what method the database user should use when "
+"connecting to the server."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"With \"ident\" authentication on the local machine, the server will check "
+"that the owner of the unix socket is allowed to connect."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
+"(note this can be considered a security risk)."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"With \"password\" authentication, a password will be passed to the server "
+"for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
+"that the password is still passed in the clear across network-based "
+"connections if your server is not configured to use SSL."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"For a default debian PostgreSQL installation running on the same host, you "
+"probably want \"ident\"."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:370
+msgid "Change PostgreSQL configuration automatically?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:370
+msgid ""
+"To enable bootstrapping the PostgreSQL database for ${pkg}, the "
+"configuration of PostgreSQL has to be changed.  It is suggested that this is "
+"done by dbconfig-common when your package is installed.  If you answer here "
+"with \"No\" make sure you read /usr/share/doc/${pkg}/README.Debian."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../dbconfig-common.templates:379
+msgid "Please change /etc/postgresql/pg_hba.conf"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../dbconfig-common.templates:379
+msgid ""
+"To get the database for package ${pkg} bootstrapped you have to edit the "
+"configuration of your PostgreSQL server. You may be able to find help in the "
+"file /usr/share/doc/${pkg}/README.Debian."
+msgstr ""

Index: templates.pot
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/po/templates.pot,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- templates.pot	30 Dec 2004 18:37:20 -0000	1.4
+++ templates.pot	4 Feb 2005 06:26:07 -0000	1.5
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-12-29 23:11-0800\n"
+"POT-Creation-Date: 2005-01-30 23:07-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -590,4 +590,99 @@
 #. Description
 #: ../dbconfig-common.templates:318
 msgid "Please re-enter the administrative password."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:325
+msgid "How should the PostgreSQL admin authenticate to the server?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:325
+msgid ""
+"PostgreSQL servers provide several different mechanisms for authenticating "
+"connections.  Please select what method the administrative user should use "
+"when connecting to the server."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid "How should the PostgreSQL user authenticate to the server?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"PostgreSQL servers provide several different mechanisms for authenticating "
+"connections.  Please select what method the database user should use when "
+"connecting to the server."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"With \"ident\" authentication on the local machine, the server will check "
+"that the owner of the unix socket is allowed to connect."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
+"(note this can be considered a security risk)."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"With \"password\" authentication, a password will be passed to the server "
+"for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
+"that the password is still passed in the clear across network-based "
+"connections if your server is not configured to use SSL."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../dbconfig-common.templates:348
+msgid ""
+"For a default debian PostgreSQL installation running on the same host, you "
+"probably want \"ident\"."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:370
+msgid "Change PostgreSQL configuration automatically?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:370
+msgid ""
+"To enable bootstrapping the PostgreSQL database for ${pkg}, the "
+"configuration of PostgreSQL has to be changed.  It is suggested that this is "
+"done by dbconfig-common when your package is installed.  If you answer here "
+"with \"No\" make sure you read /usr/share/doc/${pkg}/README.Debian."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../dbconfig-common.templates:379
+msgid "Please change /etc/postgresql/pg_hba.conf"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../dbconfig-common.templates:379
+msgid ""
+"To get the database for package ${pkg} bootstrapped you have to edit the "
+"configuration of your PostgreSQL server. You may be able to find help in the "
+"file /usr/share/doc/${pkg}/README.Debian."
 msgstr ""