Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop c0f35d98b -> c63a7eb3f


Update links to PostgresQL 9.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/c63a7eb3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/c63a7eb3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/c63a7eb3

Branch: refs/heads/develop
Commit: c63a7eb3f6b5e1287c3e21094b0d5d5c03fa05e7
Parents: c0f35d9
Author: Jane Beckman <jbeck...@pivotal.io>
Authored: Thu Dec 1 10:47:55 2016 -0800
Committer: Jane Beckman <jbeck...@pivotal.io>
Committed: Thu Dec 1 10:47:55 2016 -0800

----------------------------------------------------------------------
 clientaccess/kerberos.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/c63a7eb3/clientaccess/kerberos.html.md.erb
----------------------------------------------------------------------
diff --git a/clientaccess/kerberos.html.md.erb 
b/clientaccess/kerberos.html.md.erb
index 75f583e..2e7cfe5 100644
--- a/clientaccess/kerberos.html.md.erb
+++ b/clientaccess/kerberos.html.md.erb
@@ -233,7 +233,7 @@ After you have set up Kerberos on the HAWQ master, you can 
configure HAWQ to use
     host all all 0.0.0.0/0 gss include_realm=0 krb_realm=KRB.EXAMPLE.COM
     ```
 
-    For information about the `pg_hba.conf` file, see [The pg\_hba.conf 
file](http://www.postgresql.org/docs/8.4/static/auth-pg-hba-conf.html) in the 
Postgres documentation.
+    For information about the `pg_hba.conf` file, see [The pg\_hba.conf 
file](http://www.postgresql.org/docs/9.0/static/auth-pg-hba-conf.html) in the 
Postgres documentation.
 
 4.  Create a ticket using `kinit` and show the tickets in the Kerberos ticket 
cache with `klist`.
 5.  As a test, log in to the database as the `gpadmin` role with the Kerberos 
credentials `gpadmin/kerberos-gpdb`:
@@ -267,7 +267,7 @@ After you have set up Kerberos on the HAWQ master, you can 
configure HAWQ to use
     host all all 0.0.0.0/0 krb5 include_realm=0 krb_realm=proddb map=mymap
     ```
 
-    For more information about specifying username maps see [Username 
maps](http://www.postgresql.org/docs/8.4/static/auth-username-maps.html) in the 
Postgres documentation.
+    For more information about specifying username maps see [Username 
maps](http://www.postgresql.org/docs/9.0/static/auth-username-maps.html) in the 
Postgres documentation.
 
 6.  If a Kerberos principal is not a HAWQ user, a message similar to the 
following is displayed from the `psql` command line when the user attempts to 
log in to the database:
 

Reply via email to