aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-09-11 20:16:59 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-09-11 20:16:59 +0300
commit05bf037ee1bb67dcb2022f4e1938ece5c4e4581e (patch)
tree2ab15ca7b01c91585ac77317cde3abc3d98ac7f3 /doc
parent6e7bbc2eb158ab7f35cc019a77b0c254c74125f1 (diff)
downloadpam-modules-05bf037ee1bb67dcb2022f4e1938ece5c4e4581e.tar.gz
pam-modules-05bf037ee1bb67dcb2022f4e1938ece5c4e4581e.tar.bz2
Bugfixes
* pam_ldaphome/pam_ldaphome.c (check_groups): Take into account primary group. * doc/pam_regex.8: Fix escaping.
Diffstat (limited to 'doc')
-rw-r--r--doc/pam_regex.82
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pam_regex.8 b/doc/pam_regex.8
index 6033feb..54fd409 100644
--- a/doc/pam_regex.8
+++ b/doc/pam_regex.8
@@ -126,7 +126,7 @@ Convert the user name to lower case and remove anything starting from
the \fB@\fR character:
.PP
.EX
-auth required pam_regex.so extended transform=s/.*/\L&/g;s/@.*//
+auth required pam_regex.so extended transform=s/.*/\\L&/g;s/@.*//
.EE
.SH NOTE
This manpage is a short description of \fBpam_regex\fR. For a detailed

Return to:

Send suggestions and report system problems to the System administrator.