Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/docs-xml/smbdotconf/logging
Files:
2 added
1 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/smbdotconf/logging/debugclass.xml

    r414 r988  
    11<samba:parameter name="debug class"
    22                 context="G"
    3                  type="boolean"
    4                  developer="1" advanced="1"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/logging/debughirestimestamp.xml

    r414 r988  
    11<samba:parameter name="debug hires timestamp"
    22                 context="G"
    3                  developer="1"
    4                                  type="boolean"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/logging/debugpid.xml

    r414 r988  
    11<samba:parameter name="debug pid"
    22                 context="G"
    3                                  type="boolean"
    4                  developer="1"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/logging/debugprefixtimestamp.xml

    r414 r988  
    11<samba:parameter name="debug prefix timestamp"
    22                 context="G"
    3                  developer="1"
    4                                  type="boolean"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/logging/debuguid.xml

    r414 r988  
    11<samba:parameter name="debug uid"
    22                 context="G"
    3                                  type="boolean"
    4                  developer="1"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/logging/ldapdebuglevel.xml

    r414 r988  
    11<samba:parameter name="ldap debug level"
    2                 type="integer"
    3                 context="G"
    4                 developer="1" advanced="1"
    5                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
     2                type="integer"
     3                 context="G"
     4                 handler="handle_ldap_debug_level"
     5                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
    77        <para>
     
    1818        </para>
    1919        <para>
    20                 The debug ouput from the LDAP libraries appears with the
     20                The debug output from the LDAP libraries appears with the
    2121                prefix [LDAP] in Samba's logging output.
    2222                The level at which LDAP logging is printed is controlled by the
  • vendor/current/docs-xml/smbdotconf/logging/ldapdebugthreshold.xml

    r414 r988  
    11<samba:parameter name="ldap debug threshold"
    2                 type="integer"
    3                 context="G"
    4                 developer="1" advanced="1"
    5                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
     2                 type="integer"
     3                 context="G"
     4                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
    76        <para>
  • vendor/current/docs-xml/smbdotconf/logging/logfile.xml

    r414 r988  
    11<samba:parameter name="log file"
    22                 context="G"
    3                                  type="string"
    4                  developer="1" advanced="1"
     3                 type="string"
     4                 function="logfile"
     5                 handler="handle_logfile"
    56                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    67<description>
  • vendor/current/docs-xml/smbdotconf/logging/loglevel.xml

    r414 r988  
    11<samba:parameter name="log level"
    2                                 type="string"
     2                type="string"
    33                 context="G"
    4                  developer="1" advanced="1"
     4                 handler="handle_debug_list"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<synonym>debuglevel</synonym>
     
    1212
    1313    <para>This parameter has been extended since the 2.2.x
    14     series, now it allows to specify the debug level for multiple
     14    series, now it allows one to specify the debug level for multiple
    1515    debug classes. This is to give greater flexibility in the configuration
    1616    of the system. The following debug classes are currently implemented:
  • vendor/current/docs-xml/smbdotconf/logging/maxlogsize.xml

    r414 r988  
    11<samba:parameter name="max log size"
    2                                  type="integer"
     2                 type="bytes"
    33                 context="G"
    4                  developer="1" advanced="1"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/logging/syslog.xml

    r414 r988  
    11<samba:parameter name="syslog"
    22                 context="G"
    3                                 type="integer"
    4                  developer="1" advanced="1"
     3                type="integer"
     4                 deprecated="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
     
    1717    logging to log.[sn]mbd even if <emphasis>syslog only</emphasis> is enabled.
    1818    </para>
     19
     20    <para>The <smbconfoption name="logging"/> parameter should be used
     21      instead. When <smbconfoption name="logging"/> is set, it
     22      overrides the <smbconfoption name="syslog"/> parameter.</para>
    1923</description>
    2024<value type="default">1</value>
  • vendor/current/docs-xml/smbdotconf/logging/syslogonly.xml

    r414 r988  
    11<samba:parameter name="syslog only"
    22                 context="G"
    3                                 type="boolean"
    4                  developer="1" advanced="1"
     3                type="boolean"
     4                 deprecated="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
     
    1010        logging to log.[sn]mbd even if <emphasis>syslog only</emphasis> is enabled.
    1111    </para>
     12
     13
     14    <para>The <smbconfoption name="logging"/> parameter should be used
     15      instead. When <smbconfoption name="logging"/> is set, it
     16      overrides the <smbconfoption name="syslog only"/> parameter.</para>
    1217</description>
    1318<value type="default">no</value>
Note: See TracChangeset for help on using the changeset viewer.