]> granicus.if.org Git - sudo/commitdiff
Document -a flag
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 26 Oct 2000 17:01:50 +0000 (17:01 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 26 Oct 2000 17:01:50 +0000 (17:01 +0000)
sudo.pod

index b82cbf0012497133b5ef776788a5169c729b4083..b62bea87e345060f08d7ed4f3c87589e30ac3724 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -43,6 +43,7 @@ sudo - execute a command as another user
 
 B<sudo> 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<prompt> ] [ B<-c> I<class>|I<-> ]
+[ B<-a> I<auth_type> ]
 [ B<-u> I<username>|I<#uid> ] I<command>
 
 =head1 DESCRIPTION
@@ -152,6 +153,16 @@ as root, or the B<sudo> command must be run from a shell that is already
 root.  This option is only available on systems with BSD login classes
 where B<sudo> has been configured with the --with-logincap option.
 
+=item -a
+
+The B<-a> (I<authentication type>) option causes B<sudo> 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<sudo> has been configured
+with the --with-bsdauth option.
+
 =item -u
 
 The B<-u> (I<user>) option causes B<sudo> to run the specified command