From: Michael Adam Date: Tue, 12 May 2015 08:07:10 +0000 (+0200) Subject: docs:smbdotconf: add handler info to smbdotconf docs where missing X-Git-Tag: talloc-2.1.4~543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e106b0ad0ca383170e556f21b5c90ed94344bc;p=thirdparty%2Fsamba.git docs:smbdotconf: add handler info to smbdotconf docs where missing Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- diff --git a/docs-xml/smbdotconf/base/doscharset.xml b/docs-xml/smbdotconf/base/doscharset.xml index e0939d2020f..c99b8403ccf 100644 --- a/docs-xml/smbdotconf/base/doscharset.xml +++ b/docs-xml/smbdotconf/base/doscharset.xml @@ -2,6 +2,7 @@ type="string" context="G" constant="1" + handler="handle_dos_charset" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> DOS SMB clients assume the server has diff --git a/docs-xml/smbdotconf/base/netbiosaliases.xml b/docs-xml/smbdotconf/base/netbiosaliases.xml index 3f334639723..089cff8810a 100644 --- a/docs-xml/smbdotconf/base/netbiosaliases.xml +++ b/docs-xml/smbdotconf/base/netbiosaliases.xml @@ -1,6 +1,7 @@ This is a list of NetBIOS names that nmbd will diff --git a/docs-xml/smbdotconf/base/realm.xml b/docs-xml/smbdotconf/base/realm.xml index e28909ca7ee..8499c786d4f 100644 --- a/docs-xml/smbdotconf/base/realm.xml +++ b/docs-xml/smbdotconf/base/realm.xml @@ -2,6 +2,7 @@ context="G" type="string" constant="1" + handler="handle_realm" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This option specifies the kerberos realm to use. The realm is diff --git a/docs-xml/smbdotconf/base/unixcharset.xml b/docs-xml/smbdotconf/base/unixcharset.xml index 3122f11772b..06754a419f0 100644 --- a/docs-xml/smbdotconf/base/unixcharset.xml +++ b/docs-xml/smbdotconf/base/unixcharset.xml @@ -2,6 +2,7 @@ context="G" type="string" constant="1" + handler="handle_charset" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> Specifies the charset the unix machine diff --git a/docs-xml/smbdotconf/logging/ldapdebuglevel.xml b/docs-xml/smbdotconf/logging/ldapdebuglevel.xml index 1b75bb9bb4e..2092b7d2c12 100644 --- a/docs-xml/smbdotconf/logging/ldapdebuglevel.xml +++ b/docs-xml/smbdotconf/logging/ldapdebuglevel.xml @@ -1,6 +1,7 @@ diff --git a/docs-xml/smbdotconf/logging/logfile.xml b/docs-xml/smbdotconf/logging/logfile.xml index 9b258cc903a..eb751cb9732 100644 --- a/docs-xml/smbdotconf/logging/logfile.xml +++ b/docs-xml/smbdotconf/logging/logfile.xml @@ -2,6 +2,7 @@ context="G" type="string" function="logfile" + handler="handle_logfile" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> diff --git a/docs-xml/smbdotconf/logging/loglevel.xml b/docs-xml/smbdotconf/logging/loglevel.xml index d642b509c13..07b9b8c678c 100644 --- a/docs-xml/smbdotconf/logging/loglevel.xml +++ b/docs-xml/smbdotconf/logging/loglevel.xml @@ -1,6 +1,7 @@ debuglevel diff --git a/docs-xml/smbdotconf/misc/copy.xml b/docs-xml/smbdotconf/misc/copy.xml index 945f2c9ee6b..53e899e1a4e 100644 --- a/docs-xml/smbdotconf/misc/copy.xml +++ b/docs-xml/smbdotconf/misc/copy.xml @@ -2,6 +2,7 @@ type="string" context="S" generated_function="0" + handler="handle_copy" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This parameter allows you to "clone" service diff --git a/docs-xml/smbdotconf/misc/include.xml b/docs-xml/smbdotconf/misc/include.xml index 79c2e6c7a26..cbda1ed35b1 100644 --- a/docs-xml/smbdotconf/misc/include.xml +++ b/docs-xml/smbdotconf/misc/include.xml @@ -2,6 +2,7 @@ context="S" type="string" generated_function="0" + handler="handle_include" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> diff --git a/docs-xml/smbdotconf/printing/printing.xml b/docs-xml/smbdotconf/printing/printing.xml index 95d5da7d03f..86f8efb41b9 100644 --- a/docs-xml/smbdotconf/printing/printing.xml +++ b/docs-xml/smbdotconf/printing/printing.xml @@ -1,6 +1,7 @@ This parameters controls how printer status information is diff --git a/docs-xml/smbdotconf/winbind/idmapbackend.xml b/docs-xml/smbdotconf/winbind/idmapbackend.xml index 9743f5d87b1..410be8e2efe 100644 --- a/docs-xml/smbdotconf/winbind/idmapbackend.xml +++ b/docs-xml/smbdotconf/winbind/idmapbackend.xml @@ -2,6 +2,7 @@ context="G" type="string" generated_function="0" + handler="handle_idmap_backend" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> diff --git a/docs-xml/smbdotconf/winbind/idmapgid.xml b/docs-xml/smbdotconf/winbind/idmapgid.xml index 24e5fcd6eb9..62dcd58609b 100644 --- a/docs-xml/smbdotconf/winbind/idmapgid.xml +++ b/docs-xml/smbdotconf/winbind/idmapgid.xml @@ -2,6 +2,7 @@ context="G" type="string" generated_function="0" + handler="handle_idmap_gid" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> winbind gid diff --git a/docs-xml/smbdotconf/winbind/idmapuid.xml b/docs-xml/smbdotconf/winbind/idmapuid.xml index e85cb9b9d8a..1e7bc352315 100644 --- a/docs-xml/smbdotconf/winbind/idmapuid.xml +++ b/docs-xml/smbdotconf/winbind/idmapuid.xml @@ -2,6 +2,7 @@ type="string" context="G" generated_function="0" + handler="handle_idmap_uid" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> winbind uid