From 921e5ca7706be64e447647e0b327355eb8bdb383 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Fri, 17 Oct 2003 17:03:38 +0000 Subject: [PATCH] - fix to UID test description, non-zero -> zero PR: docs/57799 Reviewed by: des Approved by: blackend (mentor) --- lib/libpam/modules/pam_self/pam_self.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libpam/modules/pam_self/pam_self.8 b/lib/libpam/modules/pam_self/pam_self.8 index 2008bf31cec..5bcc0ab5c7a 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.