Re: [GENERAL] Logging authentication requests with GSSAPI

2014-04-30 Thread Stephen Frost
Joshua, * Joshua Warburton (j.warbur...@irax.com) wrote: > I'm authenticating to postgres using GSSAPI and (for audit reasons) > I need to be able to log the principle name that connects as well as > the username it is mapped to. Is there any way I can get postgres to > log this without cranking u

[GENERAL] Logging authentication requests with GSSAPI

2014-04-30 Thread Joshua Warburton
Hello, I'm authenticating to postgres using GSSAPI and (for audit reasons) I need to be able to log the principle name that connects as well as the username it is mapped to. Is there any way I can get postgres to log this without cranking up the log level for everything? Thanks very much , J