2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

--with-kerb4 and --with-kerb5 now take an optional argument.

This commit is contained in:
Todd C. Miller
2003-03-19 20:58:02 +00:00
parent ecee620389
commit 6aac4105f9

21
INSTALL
View File

@@ -146,17 +146,18 @@ Special features/options:
DIR is the base directory containing the compiled FWTK package DIR is the base directory containing the compiled FWTK package
(or at least the library and header files). (or at least the library and header files).
--with-kerb4 --with-kerb4[=DIR]
Enable Kerberos IV support. Tested only with the Cygnus Network Enable Kerberos IV support. If specified, DIR is the base
Security package (CNS). This uses Kerberos passphrases for directory containing the Kerberos IV include and lib dirs.
authentication but does not use the Kerberos cookie scheme. This uses Kerberos passphrases for authentication but does
not use the Kerberos cookie scheme.
--with-kerb5 --with-kerb5[=DIR]
Enable Kerberos V support. Tested against MIT Kerberos V, Enable Kerberos V support. If specified, DIR is the base
release 1.1, although also expected to work against CNS. This directory containing the Kerberos V include and lib dirs.
This uses Kerberos passphrases for authentication but does not This This uses Kerberos passphrases for authentication but
use the Kerberos cookie scheme. Will not work for Kerberos V does not use the Kerberos cookie scheme. Will not work for
older than version 1.1. Kerberos V older than version 1.1.
--with-authenticate --with-authenticate
Enable support for the AIX 4.x general authentication function. Enable support for the AIX 4.x general authentication function.