
This includes the client and backend authenticators. Currently, only a simple password-based scheme with the SQL-client "dialog" plugin is supported. In this mode, the server sends the first PAM message with the AuthSwitchRequest packet and the client responds with the password. No further authentication messages are supported. If the connection is not encrypted, the password is sent in plaintext. The client password is used as is for logging in to backends.
14 lines
288 B
CMake
14 lines
288 B
CMake
if(BUILD_CDC)
|
|
add_subdirectory(CDCPlainAuth)
|
|
endif()
|
|
|
|
add_subdirectory(GSSAPI)
|
|
add_subdirectory(PAM)
|
|
add_subdirectory(HTTPAuth)
|
|
add_subdirectory(MaxAdminAuth)
|
|
add_subdirectory(MySQLAuth)
|
|
add_subdirectory(MySQLBackendAuth)
|
|
add_subdirectory(NullAuthAllow)
|
|
add_subdirectory(NullAuthDeny)
|
|
|