mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- fix to UID test description, non-zero -> zero
PR: docs/57799 Reviewed by: des Approved by: blackend (mentor)
This commit is contained in:
parent
929f8c9699
commit
921e5ca770
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue