From 7e49858217da9de37989d8abf6138b9b9dd5b207 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 30 Oct 2000 04:00:29 +0000 Subject: [PATCH] document --with-bsdauth --- INSTALL | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 384e8547b..9e6579d09 100644 --- a/INSTALL +++ b/INSTALL @@ -186,12 +186,19 @@ Special features/options: access DCE via PAM before using this option. --with-logincap - Enable support for BSD login classes on FreeBSD and BSD/OS. This - adds support for the login classes specified in /etc/login.conf. + Enable support for BSD login classes where available (OS-dependent). + This adds support for the login classes specified in /etc/login.conf. By default, a login class is not applied unless the 'use_loginclass' option is defined in sudoers or the user specifies a class on the - command line. It does *not*, however cause sudo to use BSD - authentication. + command line. + + --with-bsdauth + Enable support for BSD authentication on BSD/OS. This option + assumes --with-logincap as well. It is not possible to mix + BSD authentication with other authentication methods (and there + really should be no need to do so). Note that only the newer + BSD authentication API is supported. If you don't have + /usr/include/bsd_auth.h then you cannot use this. --disable-sia Disable SIA support. This is the "Security Integration Architecture" -- 2.40.0