diff options
Diffstat (limited to 'lib/libpam')
-rw-r--r-- | lib/libpam/modules/pam_group/pam_group.8 | 4 | ||||
-rw-r--r-- | lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpam/modules/pam_group/pam_group.8 b/lib/libpam/modules/pam_group/pam_group.8 index 9c80010..ce7ef7a 100644 --- a/lib/libpam/modules/pam_group/pam_group.8 +++ b/lib/libpam/modules/pam_group/pam_group.8 @@ -53,7 +53,7 @@ The following options may be passed to the module: .Bl -tag -width ".Cm fail_safe" .It Cm deny -Reverse the meaning of the test, i.e. reject the applicant if and only +Reverse the meaning of the test, i.e., reject the applicant if and only if he or she is a member of the specified group. This can be useful to exclude certain groups of users from certain services. @@ -63,7 +63,7 @@ it does exist and the applicant is a member. .It Cm group Ns = Ns Ar groupname Specify the name of the group to check. The default is -.Dq wheel . +.Dq Li wheel . .It Cm root_only Skip this module entirely if the target account is not the superuser account. diff --git a/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8 b/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8 index f870abf..d305603 100644 --- a/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8 +++ b/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8 @@ -50,8 +50,8 @@ by way of Kerberos IV. It provides no other services than authentication. .Sh SEE ALSO .Xr pam.conf 5 , -.Xr pam_krb5 8 , -.Xr pam 8 +.Xr pam 8 , +.Xr pam_krb5 8 .Sh AUTHORS The .Nm |