How do I configure postgres to lock a user's account after X failed login attempts, where X is an arbitrary number.
Also is there a way to limit the number of concurrent connections on a per account basis? -Kevin
How do I configure postgres to lock a user's account after X failed login attempts, where X is an arbitrary number.
Also is there a way to limit the number of concurrent connections on a per account basis? -Kevin