Is it possible to have clients authenticate via Kerberos to a PG 8.4 server 
running on linux from both linux and windows hosts?  I have authentication 
working (using GSSAPI) between the linux clients and the server.  I'd like to 
use the Windows binary install (which already has GSSAPI compiled in) against 
the linux-based database server.  

o  Do I need to have separate AD principals for the Windows clients or is it 
possible for Windows clients to get a ticket granting ticket from the 
linux-based KDC?

o  How do I combine the linux and Windows keytab files the server needs to 
authenticate if separate principals are required?

o  Since Windows (mis)uses "POSTGRES" and linux uses "postgres" for the service 
name, do I need to force either one to use the other's service name, since the 
database server can only use one version? 

Any pointers will be appreciated.  I've scoured Google  but can't find the 
missing piece of information I need to get Windows clients working.  Thanks in 
advance!

Bob Lunney


      

-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to