From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by dpage: r4482 - in trunk/pgadmin3/docs: de_DE/hints en_US/hints |
Date: | 2005-10-03 16:15:30 |
Message-ID: | 200510031615.j93GFU9C006032@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: dpage
Date: 2005-10-03 17:15:30 +0100 (Mon, 03 Oct 2005)
New Revision: 4482
Modified:
trunk/pgadmin3/docs/de_DE/hints/conn-hba.html
trunk/pgadmin3/docs/en_US/hints/conn-hba.html
Log:
Fix typo per Bastiaan Wakkie
Modified: trunk/pgadmin3/docs/de_DE/hints/conn-hba.html
===================================================================
--- trunk/pgadmin3/docs/de_DE/hints/conn-hba.html 2005-10-03 01:00:53 UTC (rev 4481)
+++ trunk/pgadmin3/docs/de_DE/hints/conn-hba.html 2005-10-03 16:15:30 UTC (rev 4482)
@@ -31,7 +31,7 @@
</p>
<p>
Dieses Beispiel erlaubt MD5-verschlsselten Pawortzugriff auf alle Datenbanken fr alle Benutzer im
-privaten Netzwerksegment 192.1680.0/24.
+privaten Netzwerksegment 192.168.0.0/24.
</p>
<p>
Zum Editieren der pg_hba.conf-Datei kann der in pgAdmin III eingebaute Editor verwendet werden.
Modified: trunk/pgadmin3/docs/en_US/hints/conn-hba.html
===================================================================
--- trunk/pgadmin3/docs/en_US/hints/conn-hba.html 2005-10-03 01:00:53 UTC (rev 4481)
+++ trunk/pgadmin3/docs/en_US/hints/conn-hba.html 2005-10-03 16:15:30 UTC (rev 4482)
@@ -29,7 +29,7 @@
<b><tt class="command">host all all 192.168.0.0/24 md5</tt></b>
</p>
<p>
-This example grants MD5 encrypted password access to all databases to all users on the private network 192.1680.0/24.
+This example grants MD5 encrypted password access to all databases to all users on the private network 192.168.0.0/24.
</p>
<p>
You can use the pg_hba.conf editor that is built into pgAdmin III to edit the pg_hba.conf
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2005-10-03 16:16:06 | Re: pgAdmin guru hints |
Previous Message | Bastiaan Wakkie | 2005-10-03 16:04:17 | Re: pgAdmin guru hints |