diff options
author | kensmith <kensmith@FreeBSD.org> | 2003-10-17 17:03:38 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2003-10-17 17:03:38 +0000 |
commit | c204cb0df77122786835091d0510dfb8dddab010 (patch) | |
tree | 91f8c4c6eac66a73de1f487f18e238bf7ae92a2d /lib/libpam | |
parent | e2fcc5e1bc6f1aaaac04eaa2702273956bc84521 (diff) | |
download | FreeBSD-src-c204cb0df77122786835091d0510dfb8dddab010.zip FreeBSD-src-c204cb0df77122786835091d0510dfb8dddab010.tar.gz |
- fix to UID test description, non-zero -> zero
PR: docs/57799
Reviewed by: des
Approved by: blackend (mentor)
Diffstat (limited to 'lib/libpam')
-rw-r--r-- | lib/libpam/modules/pam_self/pam_self.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_self/pam_self.8 b/lib/libpam/modules/pam_self/pam_self.8 index 2008bf3..5bcc0ab 100644 --- a/lib/libpam/modules/pam_self/pam_self.8 +++ b/lib/libpam/modules/pam_self/pam_self.8 @@ -61,7 +61,7 @@ The Self authentication component .Pq Fn pam_sm_authenticate , returns success if and only if the target user's user ID is identical with the current real user ID. -If the current real user ID is non-zero, authentication will fail, +If the current real user ID is zero authentication will fail, unless the .Cm allow_root option was specified. |