diff options
author | Peter Eisentraut | 2000-07-15 21:35:47 +0000 |
---|---|---|
committer | Peter Eisentraut | 2000-07-15 21:35:47 +0000 |
commit | b4c315ba9e46167ded6be89558787d0cdca50f6b (patch) | |
tree | 7f9a757722581170ce66b5651cba86abe8b95d1e /doc/README.kerberos | |
parent | 3eec6ee145976fe0fcecc0199e179d90178daa6d (diff) |
Revise locale and Kerberos documentation
Diffstat (limited to 'doc/README.kerberos')
-rw-r--r-- | doc/README.kerberos | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/README.kerberos b/doc/README.kerberos deleted file mode 100644 index 189d035b912..00000000000 --- a/doc/README.kerberos +++ /dev/null @@ -1,31 +0,0 @@ -Edit postgresql-7.0RC5/src/Makefile.global.in -Change PG_KRB_SRVTAB to somewhere useful for you, and PG_KRB_SRVNAM to -whatever you want your postgres kerberos service called. - -Uncommment out KRBVERS=5 in Makefile.global.in. - -Run configure, make, and install PostgreSQL. - -Generate the keytab (PG_KRB_SRVTAB): -kadmin% ank -randkey postgres/server.my.domain.org -kadmin% ktadd -k krb5.keytab postgres/server.my.domain.org - -Make sure the keytab is read-only to the postgres user. -Make sure your client binaries can see the new libraries. - -edit pg_hba.conf and change the authentication method to krb5. - -Everything should then work. If you use mod_auth_krb and mod_perl on -your web server, you can use AuthType KerberosV5SaveCredentials with a -mod_perl script. This gives secure database access over the web. No -extra passwords required. - -Cheers, - -Mike Wyer, -Department of Computing, Imperial College --- -Mike Wyer <mw@doc.ic.ac.uk> || "Woof?" -http://www.doc.ic.ac.uk/~mw || Gaspode the Wonder Dog -Work: 020 7594 8440 || from "Moving Pictures" -Mobile: 07879 697119 || by Terry Pratchett |