doc: Add description for NSS_WRAPPER_DISABLE_DEEPBIND
authorAndreas Schneider <asn@samba.org>
Tue, 21 May 2019 06:29:12 +0000 (08:29 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 11 Jul 2019 20:13:06 +0000 (22:13 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
doc/nss_wrapper.1
doc/nss_wrapper.1.txt

index 940438d78aac228fd35334bf80db78c12cea0363..3ef5a8904c466c3b80ec97fe5365cf85a58c8eab 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: nss_wrapper
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 2015-09-12
+.\"    Author: Samba Team
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: 2019-05-21
 .\"    Manual: \ \&
 .\"    Source: \ \&
 .\"  Language: English
 .\"
-.TH "NSS_WRAPPER" "1" "2015\-09\-12" "\ \&" "\ \&"
+.TH "NSS_WRAPPER" "1" "2019\-05\-21" "\ \&" "\ \&"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -162,6 +162,11 @@ If you need to see what is going on in nss_wrapper itself or try to find a bug,
 3 = TRACE
 .RE
 .RE
+.PP
+\fBNSS_WRAPPER_DISABLE_DEEPBIND\fR
+.RS 4
+This allows you to disable deep binding in nss_wrapper\&. This is useful for running valgrind tools or sanitizers like (address, undefined, thread)\&.
+.RE
 .SH "EXAMPLE"
 .sp
 .if n \{\
@@ -181,3 +186,9 @@ test\&.example\&.org
 .if n \{\
 .RE
 .\}
+.SH "AUTHOR"
+.PP
+\fBSamba Team\fR
+.RS 4
+Author.
+.RE
index d541e319c39ad72647a7495d0bcd16976d39d746..4811dde8cf7954cb4ce224dabeb3d3d9822def0a 100644 (file)
@@ -1,6 +1,7 @@
 nss_wrapper(1)
 ==============
-:revdate: 2015-09-12
+:revdate: 2019-05-21
+:author: Samba Team
 
 NAME
 ----
@@ -90,6 +91,11 @@ debug symbols.
 - 2 = DEBUG
 - 3 = TRACE
 
+*NSS_WRAPPER_DISABLE_DEEPBIND*::
+
+This allows you to disable deep binding in nss_wrapper. This is useful for
+running valgrind tools or sanitizers like (address, undefined, thread).
+
 EXAMPLE
 -------