diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |