diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2006-09-09 23:11:34 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2006-09-09 23:11:34 +0000 |
commit | 3cfe9272773f1d6356534b1c30ebaea0a896db93 (patch) | |
tree | f9bb951edd81f38e6cffcb1cc4d050825b5f7041 /modules/pam_wheel | |
parent | 9bffb4040a6997cc40ccede3ae715335bba2fdef (diff) | |
download | pam-3cfe9272773f1d6356534b1c30ebaea0a896db93.tar.gz pam-3cfe9272773f1d6356534b1c30ebaea0a896db93.tar.bz2 pam-3cfe9272773f1d6356534b1c30ebaea0a896db93.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-09-09 Dmitry V. Levin <ldv@altlinux.org>
* modules/pam_wheel/pam_wheel.8.xml: Fix typo.
* modules/pam_wheel/pam_wheel.8: Likewise.
* modules/pam_wheel/README: Likewise.
Diffstat (limited to 'modules/pam_wheel')
-rw-r--r-- | modules/pam_wheel/README | 2 | ||||
-rw-r--r-- | modules/pam_wheel/pam_wheel.8 | 2 | ||||
-rw-r--r-- | modules/pam_wheel/pam_wheel.8.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_wheel/README b/modules/pam_wheel/README index db118205..6a2b21c5 100644 --- a/modules/pam_wheel/README +++ b/modules/pam_wheel/README @@ -26,7 +26,7 @@ deny group=name Instead of checking the wheel or GID 0 groups, use the name group to - perform the authentification. + perform the authentication. root_only diff --git a/modules/pam_wheel/pam_wheel.8 b/modules/pam_wheel/pam_wheel.8 index aaecc1a5..ae29c37e 100644 --- a/modules/pam_wheel/pam_wheel.8 +++ b/modules/pam_wheel/pam_wheel.8 @@ -38,7 +38,7 @@ was also specified, in which case we return PAM_SUCCESS). \fBgroup=\fR\fB\fIname\fR\fR Instead of checking the wheel or GID 0 groups, use the \fB\fIname\fR\fR -group to perform the authentification. +group to perform the authentication. .TP 3n \fBroot_only\fR The check for wheel membership is done only. diff --git a/modules/pam_wheel/pam_wheel.8.xml b/modules/pam_wheel/pam_wheel.8.xml index f3d2fb42..bf8b7349 100644 --- a/modules/pam_wheel/pam_wheel.8.xml +++ b/modules/pam_wheel/pam_wheel.8.xml @@ -87,7 +87,7 @@ <para> Instead of checking the wheel or GID 0 groups, use the <option><replaceable>name</replaceable></option> group - to perform the authentification. + to perform the authentication. </para> </listitem> </varlistentry> |