Author: tille Date: 2009-02-18 20:18:44 +0000 (Wed, 18 Feb 2009) New Revision: 3129
Modified: trunk/packages/gnumed-server/trunk/debian/README.Debian trunk/packages/gnumed-server/trunk/debian/changelog Log: Hint how to change pg_hba.conf after bootstrapping server Modified: trunk/packages/gnumed-server/trunk/debian/README.Debian =================================================================== --- trunk/packages/gnumed-server/trunk/debian/README.Debian 2009-02-18 19:45:00 UTC (rev 3128) +++ trunk/packages/gnumed-server/trunk/debian/README.Debian 2009-02-18 20:18:44 UTC (rev 3129) @@ -23,7 +23,14 @@ in the docs of GNUmed client. The server package is needed to run a local GNUmed data base. +Once you successfully bootstrapped the GNUmed server database +you have to add the line + local samegroup +gm-logins md5 + +to your pg_hba.conf file to enable at least local connections +via GNUmed (see README for more detailed information). + Configuring daily backups ========================= Modified: trunk/packages/gnumed-server/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-server/trunk/debian/changelog 2009-02-18 19:45:00 UTC (rev 3128) +++ trunk/packages/gnumed-server/trunk/debian/changelog 2009-02-18 20:18:44 UTC (rev 3129) @@ -1,3 +1,9 @@ +gnumed-server (0v9.2-3) UNRELEASED; urgency=low + + * Hint to change ph_hba.conf + + -- Andreas Tille <[email protected]> Wed, 18 Feb 2009 21:15:30 +0100 + gnumed-server (0v9.2-2) experimental; urgency=low * Set default password for bootstrapping _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
