aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 8efda20c..750dd910 100644
--- a/INSTALL
+++ b/INSTALL
@@ -49,6 +49,12 @@ Support for CompuServe's RPA authentication method (rather similar to
APOP) is available but also not included in the standard build. You
can compile it in with `configure --enable-RPA'.
+Support for authentication using GSSAPI over Kerberos V is available
+but also not included by default. You can compile it in with
+`configure --enable-RPA', which looks for GSSAPI support in standard
+locations (/usr, /usr/local, /usr/athena). If you set --enable-GSSAPI=DIR
+you can direct the build to look for GSSAPI support under DIR.
+
If you want to build for debugging,
CFLAGS=-g LDFLAGS=" " ./configure