• Tom Lane's avatar
    Add BSD authentication method. · 34c33a1f
    Tom Lane authored
    Create a "bsd" auth method that works the same as "password" so far as
    clients are concerned, but calls the BSD Authentication service to
    check the password.  This is currently only available on OpenBSD.
    
    Marisa Emerson, reviewed by Thomas Munro
    34c33a1f
auth.c 71.8 KB