docs:smbdotconf: add handler info to smbdotconf docs where missing
authorMichael Adam <obnox@samba.org>
Tue, 12 May 2015 08:07:10 +0000 (10:07 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 2015 23:55:29 +0000 (01:55 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
13 files changed:
docs-xml/smbdotconf/base/doscharset.xml
docs-xml/smbdotconf/base/netbiosaliases.xml
docs-xml/smbdotconf/base/realm.xml
docs-xml/smbdotconf/base/unixcharset.xml
docs-xml/smbdotconf/logging/ldapdebuglevel.xml
docs-xml/smbdotconf/logging/logfile.xml
docs-xml/smbdotconf/logging/loglevel.xml
docs-xml/smbdotconf/misc/copy.xml
docs-xml/smbdotconf/misc/include.xml
docs-xml/smbdotconf/printing/printing.xml
docs-xml/smbdotconf/winbind/idmapbackend.xml
docs-xml/smbdotconf/winbind/idmapgid.xml
docs-xml/smbdotconf/winbind/idmapuid.xml

index e0939d2020f44a95ad5e4d7f5b4d8ae6799cbfe2..c99b8403ccf86b2a2a88845e346b889dadf4cd5d 100644 (file)
@@ -2,6 +2,7 @@
                  type="string"
                  context="G"
                  constant="1"
                  type="string"
                  context="G"
                  constant="1"
+                 handler="handle_dos_charset"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
         <para>DOS SMB clients assume the server has 
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
         <para>DOS SMB clients assume the server has 
index 3f3346397235bbbeabd7a663ea366c53f1bab5db..089cff8810a0718affb934b505b371e4d789861a 100644 (file)
@@ -1,6 +1,7 @@
 <samba:parameter name="netbios aliases"
                  context="G"
                  type="list"
 <samba:parameter name="netbios aliases"
                  context="G"
                  type="list"
+                 handler="handle_netbios_aliases"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  <description>
         <para>This is a list of NetBIOS names that nmbd will 
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  <description>
         <para>This is a list of NetBIOS names that nmbd will 
index e28909ca7eebb1bb1378e004fddfe73ba421568f..8499c786d4f1dd95441cc3573a4ec17b1b95f12d 100644 (file)
@@ -2,6 +2,7 @@
                  context="G"
                  type="string"
                  constant="1"
                  context="G"
                  type="string"
                  constant="1"
+                 handler="handle_realm"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
         <para>This option specifies the kerberos realm to use. The realm is 
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
         <para>This option specifies the kerberos realm to use. The realm is 
index 3122f11772bc83b39f0720666d1a8aaa66356eff..06754a419f03721153e0cb14ba7ce436ef988f7e 100644 (file)
@@ -2,6 +2,7 @@
                  context="G"
                  type="string"
                  constant="1"
                  context="G"
                  type="string"
                  constant="1"
+                 handler="handle_charset"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
         <para>Specifies the charset the unix machine 
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
         <para>Specifies the charset the unix machine 
index 1b75bb9bb4eb079fa857eb412d647090ebe97031..2092b7d2c12d0813b12e671aacecb7f0fa96f028 100644 (file)
@@ -1,6 +1,7 @@
 <samba:parameter name="ldap debug level"
                  type="integer"
                  context="G"
 <samba:parameter name="ldap debug level"
                  type="integer"
                  context="G"
+                 handler="handle_ldap_debug_level"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
index 9b258cc903aa26417e58f8156876d43dc92a4b0f..eb751cb9732bc09b9f1fb3d9cdc0c46e0f0e51e9 100644 (file)
@@ -2,6 +2,7 @@
                  context="G"
                  type="string"
                  function="logfile"
                  context="G"
                  type="string"
                  function="logfile"
+                 handler="handle_logfile"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>
index d642b509c13683e9fb95d8bfcb0c513bf9689334..07b9b8c678cb6c66e591c3bf7d59e549b135e5b9 100644 (file)
@@ -1,6 +1,7 @@
 <samba:parameter name="log level"
                  type="string"
                  context="G"
 <samba:parameter name="log level"
                  type="string"
                  context="G"
+                 handler="handle_debug_list"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>debuglevel</synonym>
 <description>
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>debuglevel</synonym>
 <description>
index 945f2c9ee6bf3ae0c0cfeb05ffc72a8109b812d8..53e899e1a4e072f920fab8c9ffa584ad5c9b665e 100644 (file)
@@ -2,6 +2,7 @@
                  type="string"
                  context="S"
                  generated_function="0"
                  type="string"
                  context="S"
                  generated_function="0"
+                 handler="handle_copy"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>This parameter allows you to &quot;clone&quot; service 
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>This parameter allows you to &quot;clone&quot; service 
index 79c2e6c7a2613166d339f84312c6116fc98b1665..cbda1ed35b1bc181c1270c55e038fd5327f29d6c 100644 (file)
@@ -2,6 +2,7 @@
                  context="S"
                  type="string"
                  generated_function="0"
                  context="S"
                  type="string"
                  generated_function="0"
+                 handler="handle_include"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
index 95d5da7d03fb9ba20354c8d4934e14bd000f99a6..86f8efb41b9c7835c6994ed3a541b1c6545374a3 100644 (file)
@@ -1,6 +1,7 @@
 <samba:parameter name="printing"
                  context="S"
                  type="enum"
 <samba:parameter name="printing"
                  context="S"
                  type="enum"
+                 handler="handle_printing"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>This parameters controls how printer status  information is
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
     <para>This parameters controls how printer status  information is
index 9743f5d87b13c2b2bae08b875403d0fe7fc1e8e2..410be8e2efeff56a000e0c1f858006c535b49e99 100644 (file)
@@ -2,6 +2,7 @@
                  context="G"
                  type="string"
                  generated_function="0"
                  context="G"
                  type="string"
                  generated_function="0"
+                 handler="handle_idmap_backend"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
index 24e5fcd6eb9145cffd18387d6aae172b61a7c4ce..62dcd58609b2edbd54dfe242585adeadafe3d487 100644 (file)
@@ -2,6 +2,7 @@
                  context="G"
                  type="string"
                  generated_function="0"
                  context="G"
                  type="string"
                  generated_function="0"
+                 handler="handle_idmap_gid"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>winbind gid</synonym>
 <description>
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>winbind gid</synonym>
 <description>
index e85cb9b9d8a932d1741b3352242a649bc8b6962c..1e7bc352315442bcba68989053e69a609563b2df 100644 (file)
@@ -2,6 +2,7 @@
                  type="string"
                  context="G"
                  generated_function="0"
                  type="string"
                  context="G"
                  generated_function="0"
+                 handler="handle_idmap_uid"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>winbind uid</synonym>
 <description>
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>winbind uid</synonym>
 <description>