I'm trying to setup Kerberos authentication with PG on Windows 2000.
I have installed the MIT Kerberos Windows dlls into the PG bin directory
- replacing the krb5_32.dll and comerr32.dll from the PG install.
I did this because the PG install did not have the krbcc32.dll,
which is needed to find t
the krb5.keytab
'ktpass princ POSTGRES/[EMAIL PROTECTED] -mapuser POSTGRES -pass *
-out krb5.keytab -ptype KRB5_NT_PRINCIPAL -crypto DES-CBC-MD5'
Eric Montague wrote:
I'm trying to setup Kerberos authentication with PG on Windows 2000.
I have installed the MIT Kerberos Windows
thanks for the response. you were right about setting the env variable.
that cleared up the 'bad appl version' error. subsequently, i got it to
the point where
the connection attempt just hung, and hitting C at the psql prompt
caused a "stop batch process?" msg. I stopped at that point.
we are