]> granicus.if.org Git - postgresql/commit
Properly return the usermap result when doing gssapi authentication. Without
authorMagnus Hagander <magnus@hagander.net>
Wed, 27 May 2009 21:08:22 +0000 (21:08 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 27 May 2009 21:08:22 +0000 (21:08 +0000)
commitb1c2781951f31ed8350554d6cd1b01eeb9a9f496
treec09d870ce3f549a3a38971dd89103892c2b9231f
parent84f2f5c023eec98165825cb0dc4be5f88afb530b
Properly return the usermap result when doing gssapi authentication. Without
this, the username was in practice never matched against the kerberos principal
used to log in.
src/backend/libpq/auth.c