From 6bcf0b1fd60d59c4aa0011ea69aa063207d3a445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 23 Jan 2017 15:39:40 +0200 Subject: [PATCH] Add build requirements to GSSAPI authenticator documentation The GSSAPI authenticator documentation now lists the packages it requires when it is being built. --- Documentation/Authenticators/GSSAPI-Authenticator.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Authenticators/GSSAPI-Authenticator.md b/Documentation/Authenticators/GSSAPI-Authenticator.md index 61d85718e..ead0bfa93 100644 --- a/Documentation/Authenticators/GSSAPI-Authenticator.md +++ b/Documentation/Authenticators/GSSAPI-Authenticator.md @@ -74,3 +74,8 @@ Client side GSSAPI authentication is only supported when the backend connections use GSSAPI authentication. See the [Limitations](../About/Limitations.md) document for more details. + +## Building the module + +The GSSAPI authenticator modules require the GSSAPI and the SQLite3 development +libraries (krb5-devel and sqlite-devel on CentOS 7).