search for: id8dbqbc

Displaying 1 result from an estimated 1 matches for "id8dbqbc".

Did you mean: id8dbqb
2005 Aug 14
1
Authentication based on client host
Hi, I am wondering if it's possible to authenticate users that come from specific IP differently then other users. I will be authenticating them by postgresql so something like this would be very useful: password_query = SELECT password from get_user('%username','%host') Is that possible? Can it be done any other way? Thanks, Sebastjan