From: Todd C. Miller Date: Thu, 26 Oct 2000 17:01:50 +0000 (+0000) Subject: Document -a flag X-Git-Tag: SUDO_1_6_4~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=975a58f6c4b198f5fb06e170d13250e5a0be8e93;p=sudo Document -a flag --- diff --git a/sudo.pod b/sudo.pod index b82cbf001..b62bea87e 100644 --- a/sudo.pod +++ b/sudo.pod @@ -43,6 +43,7 @@ sudo - execute a command as another user B B<-V> | B<-h> | B<-l> | B<-L> | B<-v> | B<-k> | B<-K> | B<-s> | [ B<-H> ] [B<-S> ] [ B<-b> ] | [ B<-p> I ] [ B<-c> I|I<-> ] +[ B<-a> I ] [ B<-u> I|I<#uid> ] I =head1 DESCRIPTION @@ -152,6 +153,16 @@ as root, or the B command must be run from a shell that is already root. This option is only available on systems with BSD login classes where B has been configured with the --with-logincap option. +=item -a + +The B<-a> (I) option causes B to use the +specified authentication type when validating the user, as allowed +by /etc/login.conf. The system administrator may specify a list +of sudo-specific authentication methods by adding an "auth-sudo" +entry in /etc/login.conf. This option is only available on systems +that support BSD authentication where B has been configured +with the --with-bsdauth option. + =item -u The B<-u> (I) option causes B to run the specified command