15 Dec
2005
15 Dec
'05
3:02 p.m.
Hi,
i'm using postgres for authorization. When I switched from a4 to a5 authorization stoped working.
Query in conf file for postgres looks like this:
password_query = select password from auth('%u','%r');
But in logs, the transformed query looks like this:
Performing query: select password from auth('test','%r');
Looks like you don't transform that remote IP parameter?
Sebastjan