diff --git a/sudo.pod b/sudo.pod index 40542b9b8..771ebc285 100644 --- a/sudo.pod +++ b/sudo.pod @@ -269,7 +269,9 @@ in L. The B<-u> (I) option causes B to run the specified command as a user other than I. To specify a I instead of a -I, use I<#uid>. +I, use I<#uid>. Note that if the I Defaults +option is set (see L) it is not possible +to run commands with a uid not listed in the password database. =item -v diff --git a/sudoers.pod b/sudoers.pod index 96a461ebd..0b128e438 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -408,7 +408,9 @@ password of the invoking user. This flag is I by default. If set, B will prompt for the password of the user specified by the B<-u> flag (defaults to C) instead of the password of the -invoking user. This flag is I by default. +invoking user. Note that this precludes the use of a uid not listed +in the passwd database as an argument to the B<-u> flag. +This flag is I by default. =item set_logname