Add build requirements to GSSAPI authenticator documentation

The GSSAPI authenticator documentation now lists the packages it requires
when it is being built.
This commit is contained in:
Markus Mäkelä 2017-01-23 15:39:40 +02:00
parent fe1863bb49
commit 6bcf0b1fd6

View File

@ -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).