Magnus Hagander wrote:
My pg_hba.conf looks like this (with pkoppe01 defined in Active Directory but not defined in postgres using "createuser")
You need to createuser with the AD username - this allows that user to connect to PostgreSQL and to own and have various permissions in PostgreSQL but uses the kerberos password authentication instead of internal password storage.
-- Shane Ambler [EMAIL PROTECTED] Get Sheeky @ http://Sheeky.Biz ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match