aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2020-01-31 12:48:58 +0100
committerAndreas Schneider <asn@samba.org>2020-01-31 12:52:24 +0100
commitfdce4f687fe76766a3f336a22a659efcfbef421f (patch)
tree0af3621dd3980ac0e6907b2c5d5fe6518f990c12
parent047e9fb616d21e202add9f16347cea2084444104 (diff)
downloadpam_wrapper-fdce4f687fe76766a3f336a22a659efcfbef421f.tar.gz
pam_wrapper-fdce4f687fe76766a3f336a22a659efcfbef421f.tar.xz
pam_wrapper-fdce4f687fe76766a3f336a22a659efcfbef421f.zip
doc: Document PAM_WRAPPER_DISABLE_DEEPBIND
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--doc/pam_wrapper.119
-rw-r--r--doc/pam_wrapper.1.txt8
2 files changed, 22 insertions, 5 deletions
diff --git a/doc/pam_wrapper.1 b/doc/pam_wrapper.1
index 3536c82..686724c 100644
--- a/doc/pam_wrapper.1
+++ b/doc/pam_wrapper.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: pam_wrapper
-.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.79.0 <http://docbook.sf.net/>
-.\" Date: 2017-04-06
+.\" Author: The Samba Team
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\" Date: 2020-01-31
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "PAM_WRAPPER" "1" "2017\-04\-06" "\ \&" "\ \&"
+.TH "PAM_WRAPPER" "1" "2020\-01\-31" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -109,6 +109,11 @@ By default pam logs will go to the pam_wrapper DEBUG log level and will not be s
.RS 4
If this option is set to 1, then pam_wrapper won\(cqt delete its temporary directories\&. Mostly useful for pam_wrapper development\&.
.RE
+.PP
+\fBPAM_WRAPPER_DISABLE_DEEPBIND\fR
+.RS 4
+This allows you to disable deep binding in pam_wrapper\&. This is useful for running valgrind tools or sanitizers like (address, undefined, thread)\&.
+.RE
.SH "EXAMPLE"
.sp
A service file for pam_wrapper should look like this:
@@ -132,3 +137,9 @@ LD_PRELOAD=\&./libpam_wrapper\&.so PAM_WRAPPER=1 PAM_WRAPPER_SERVICE_DIR=\&./pam
.SH "PAM_MATRIX"
.sp
We offer a module to make testing of PAM applications easier\&. You find more information in the pam_matrix(8) manpage\&.
+.SH "AUTHOR"
+.PP
+\fBThe Samba Team\fR
+.RS 4
+Author.
+.RE
diff --git a/doc/pam_wrapper.1.txt b/doc/pam_wrapper.1.txt
index 1e93fba..9ef8236 100644
--- a/doc/pam_wrapper.1.txt
+++ b/doc/pam_wrapper.1.txt
@@ -1,6 +1,7 @@
pam_wrapper(1)
==============
-:revdate: 2017-04-06
+:author: The Samba Team
+:revdate: 2020-01-31
NAME
----
@@ -63,6 +64,11 @@ variable to 1.
If this option is set to 1, then pam_wrapper won't delete its temporary
directories. Mostly useful for pam_wrapper development.
+*PAM_WRAPPER_DISABLE_DEEPBIND*::
+
+This allows you to disable deep binding in pam_wrapper. This is useful for
+running valgrind tools or sanitizers like (address, undefined, thread).
+
EXAMPLE
-------