"Morris, Joel A." <[EMAIL PROTECTED]> writes:
> I'm trying to build 6.5 w/ krb5 support.
The Kerberos 5 support in PostgreSQL has not been updated for the API
changes between whatever beta version it was written for and the final
release. I have no idea how much work it will be to fix it.
As a
I'm trying to build 6.5 w/ krb5 support. I have made the service principal
and made the necessary changes to Makefile.global.
When I try to build I get an error about not finding krb5.h in auth.c. This
is easily fixed by editing auth.c to specify the correct location for
krb5.h. After I fix tha