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/winbind
Files:
6 added
25 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/smbdotconf/winbind/createkrb5conf.xml

    r414 r988  
    11<samba:parameter name="create krb5 conf"
    2         context="G"
    3         type="string"
    4                  advanced="1" developer="0"
     2                 context="G"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
    76
    87        <para>
    9         Setting this paramter to <value type="example">no</value> prevents
     8        Setting this parameter to <value type="example">no</value> prevents
    109        winbind from creating custom krb5.conf files. Winbind normally does
    1110        this because the krb5 libraries are not AD-site-aware and thus would
  • vendor/current/docs-xml/smbdotconf/winbind/idmapbackend.xml

    r740 r988  
    11<samba:parameter name="idmap backend"
    22                 context="G"
    3                  type="string"
    4                  advanced="1" developer="1" hide="1"
     3                 type="string"
     4                 generated_function="0"
     5                 handler="handle_idmap_backend"
     6                 deprecated="1"
    57                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    68<description>
  • vendor/current/docs-xml/smbdotconf/winbind/idmapcachetime.xml

    r414 r988  
    11<samba:parameter name="idmap cache time"
    22                 context="G"
    3                  type="integer"
    4                  advanced="1" developer="1"
     3                 type="integer"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
    76        <para>This parameter specifies the number of seconds that Winbind's
    8         idmap interface will cache positive SID/uid/gid query results.
     7        idmap interface will cache positive SID/uid/gid query results. By
     8    default, Samba will cache these results for one week.
    99        </para>
    1010</description>
    1111
    12 <value type="default">604800 (one week)</value>
     12<value type="default">604800</value>
    1313</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/winbind/idmapconfig.xml

    r740 r988  
    1 <samba:parameter name="idmap config"
     1<samba:parameter name="idmap config DOMAIN : OPTION"
    22                 context="G"
    3                  type="string"
    4                  advanced="1" developer="1" hide="1"
     3                 type="string"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
     
    1817        <para>
    1918        The idmap configuration is hence divided into groups, one group
    20         for each domain to be configured, and one group with the the
    21         asterisk instead of a proper domain name, which speifies the
     19        for each domain to be configured, and one group with the
     20        asterisk instead of a proper domain name, which specifies the
    2221        default configuration that is used to catch all domains that do
    2322        not have an explicit idmap configuration of their own.
     
    4039                ldap
    4140                (<citerefentry><refentrytitle>idmap_ldap</refentrytitle> <manvolnum>8</manvolnum></citerefentry>),
    42                 ,
    4341                rid
    4442                (<citerefentry><refentrytitle>idmap_rid</refentrytitle> <manvolnum>8</manvolnum></citerefentry>),
    45                 ,
    4643                hash
    4744                (<citerefentry><refentrytitle>idmap_hash</refentrytitle> <manvolnum>8</manvolnum></citerefentry>),
    48                 ,
    4945                autorid
    5046                (<citerefentry><refentrytitle>idmap_autorid</refentrytitle> <manvolnum>8</manvolnum></citerefentry>),
    51                 ,
    5247                ad
    53                 (<citerefentry><refentrytitle>idmap_ad</refentrytitle> <manvolnum>8</manvolnum></citerefentry>),
    54                 ,
    55                 adex
    56                 (<citerefentry><refentrytitle>idmap_adex</refentrytitle> <manvolnum>8</manvolnum></citerefentry>),
    57                 ,
    58                 and nss.
    59                 (<citerefentry><refentrytitle>idmap_nss</refentrytitle> <manvolnum>8</manvolnum></citerefentry>),
     48                (<citerefentry><refentrytitle>idmap_ad</refentrytitle> <manvolnum>8</manvolnum></citerefentry>)
     49                and nss
     50                (<citerefentry><refentrytitle>idmap_nss</refentrytitle> <manvolnum>8</manvolnum></citerefentry>).
    6051                The corresponding manual pages contain the details, but
    6152                here is a summary.
     
    7061                each domain encountered and then uses the rid algorithm for each
    7162                of these automatically configured domains individually.
    72                 The ad and adex
    73                 backends both use unix IDs stored in Active Directory via
     63                The ad backend uses unix ids stored in Active Directory via
    7464                the standard schema extensions. The nss backend reverses
    75                 the standard winbindd setup and gets the unixids via names
     65                the standard winbindd setup and gets the unix ids via names
    7666                from nsswitch which can be useful in an ldap setup.
    7767                </para></listitem>
     
    8474                backend is authoritative. For allocating backends, this also
    8575                defines the start and the end of the range for allocating
    86                 new unid IDs.
     76                new unique IDs.
    8777                </para>
    8878                <para>
  • vendor/current/docs-xml/smbdotconf/winbind/idmapgid.xml

    r740 r988  
    11<samba:parameter name="idmap gid"
    22                 context="G"
    3                  type="string"
    4                  advanced="1" developer="1" hide="1"
     3                 type="string"
     4                 generated_function="0"
     5                 handler="handle_idmap_gid"
     6                 deprecated="1"
    57                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    6                 <synonym>winbind gid</synonym>
     8<synonym>winbind gid</synonym>
    79<description>
    810        <para>
  • vendor/current/docs-xml/smbdotconf/winbind/idmapnegativecachetime.xml

    r414 r988  
    11<samba:parameter name="idmap negative cache time"
    22                 context="G"
    3                  type="integer"
    4                  advanced="1" developer="1"
     3                 type="integer"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/winbind/idmapuid.xml

    r740 r988  
    11<samba:parameter name="idmap uid"
    2                         type="string"
     2                type="string"
    33                 context="G"
    4                  advanced="1" developer="1" hide="1"
     4                 generated_function="0"
     5                 handler="handle_idmap_uid"
     6                 deprecated="1"
    57                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    68<synonym>winbind uid</synonym>
  • vendor/current/docs-xml/smbdotconf/winbind/templatehomedir.xml

    r414 r988  
    11<samba:parameter name="template homedir"
    22                 context="G"
    3                  advanced="1" developer="1"
    4                                  type="string"
     3                 type="string"
     4                 constant="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
  • vendor/current/docs-xml/smbdotconf/winbind/templateshell.xml

    r414 r988  
    11<samba:parameter name="template shell"
    22                 context="G"
    3                                 type="string"
    4                  advanced="1" developer="1"
     3                type="string"
     4                 constant="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
     
    1111</description>
    1212
    13 <value type="string">/bin/false</value>
     13<value type="default">/bin/false</value>
    1414</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindcachetime.xml

    r414 r988  
    11<samba:parameter name="winbind cache time"
    22                 context="G"
    3                                  type="integer"
    4                  advanced="1" developer="1"
     3                 type="integer"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindenumgroups.xml

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

    r414 r988  
    11<samba:parameter name="winbind enum users"
    22                 context="G"
    3                  advanced="1" developer="1"
     3                 type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindexpandgroups.xml

    r414 r988  
    11<samba:parameter name="winbind expand groups"
    22                 context="G"
    3                  type="integer"
    4                  advanced="1" developer="1"
     3                 type="integer"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
     
    1817         must perform the group unrolling and will be unable to answer
    1918         incoming NSS or authentication requests during this time.</para>
    20  
     19
     20        <para>The default value was changed from 1 to 0 with Samba 4.2.
     21        Some broken applications calculate the group memberships of
     22        users by traversing groups, such applications will require
     23        "winbind expand groups = 1". But the new default makes winbindd more reliable
     24        as it doesn't require SAMR access to domain controllers of trusted domains.</para>
    2125</description>
    2226
    23 <value type="default">1</value>
     27<value type="default">0</value>
    2428</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindmaxclients.xml

    r740 r988  
    11<samba:parameter name="winbind max clients"
    22                 context="G"
    3                                  type="integer"
    4                  advanced="1" developer="1"
     3                 type="integer"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
     
    87        the <citerefentry><refentrytitle>winbindd</refentrytitle>
    98        <manvolnum>8</manvolnum></citerefentry> daemon can connect with.
     9        The parameter is not a hard limit.
     10        The <citerefentry><refentrytitle>winbindd</refentrytitle>
     11        <manvolnum>8</manvolnum></citerefentry> daemon configures
     12        itself to be able to accept at least that many connections,
     13        and if the limit is reached, an attempt is made to disconnect
     14        idle clients.
    1015        </para>
    1116</description>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindmaxdomainconnections.xml

    r740 r988  
    11<samba:parameter name="winbind max domain connections"
    2                 context="G"
    3                 type="integer"
    4                  advanced="1" developer="1"
    5                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
     2                context="G"
     3                type="integer"
     4                 function="_winbind_max_domain_connections"
     5                xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
    77        <para>This parameter specifies the maximum number of simultaneous
  • vendor/current/docs-xml/smbdotconf/winbind/winbindnestedgroups.xml

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

    r414 r988  
    11<samba:parameter name="winbind normalize names"
    22                 context="G"
    3                  type="boolean"
    4                  advanced="1" developer="1"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
     
    2221          name aliasing for a specific configuration.  Name aliasing takes
    2322          precedence (and is mutually exclusive) over the whitespace
    24           replacement mechanism discussed previsouly.
     23          replacement mechanism discussed previously.
    2524          </para>
    2625
  • vendor/current/docs-xml/smbdotconf/winbind/winbindnssinfo.xml

    r478 r988  
    11<samba:parameter name="winbind nss info"
    22                 context="G"
    3                                  type="boolean"
    4                  advanced="1" developer="1"
     3                 type="cmdlist"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
     
    1918
    2019                <listitem>
    21                         <para><parameter moreinfo="none">&lt;sfu | rfc2307 &gt;</parameter>
     20                        <para><parameter moreinfo="none">&lt;sfu | sfu20 | rfc2307 &gt;</parameter>
    2221                        - When Samba is running in security = ads and your Active Directory
    2322                        Domain Controller does support the Microsoft "Services for Unix" (SFU)
    2423                        LDAP schema, winbind can retrieve the login shell and the home
    25                         directory attributes directly from your Directory Server. Note that
     24                        directory attributes directly from your Directory Server. For SFU 3.0 or 3.5 simply choose
     25                        "sfu", if you use SFU 2.0 please choose "sfu20". Note that
    2626                        retrieving UID and GID from your ADS-Server requires to
    2727                        use <parameter moreinfo="none">idmap config DOMAIN:backend</parameter> = ad
    28                         as well.
     28                        as well. The primary group membership is currently
     29                        always calculated via the "primaryGroupID" LDAP attribute.
    2930                        </para>
    3031                </listitem>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindofflinelogon.xml

    r414 r988  
    11<samba:parameter name="winbind offline logon"
    22                 context="G"
    3                                  type="boolean"
    4                  advanced="1" developer="1"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
    76
    87        <para>This parameter is designed to control whether Winbind should
    9         allow to login with the <parameter moreinfo="none">pam_winbind</parameter>
     8        allow one to login with the <parameter moreinfo="none">pam_winbind</parameter>
    109        module using Cached Credentials. If enabled, winbindd will store user credentials
    1110        from successful logins encrypted in a local cache.
     
    1413</description>
    1514
    16 <value type="default">false</value>
    17 <value type="example">true</value>
     15<value type="default">no</value>
     16<value type="example">yes</value>
    1817</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindreconnectdelay.xml

    r414 r988  
    11<samba:parameter name="winbind reconnect delay"
    22                 context="G"
    3                                  type="integer"
    4                  advanced="1" developer="1"
     3                 type="integer"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindrefreshtickets.xml

    r414 r988  
    11<samba:parameter name="winbind refresh tickets"
    22                 context="G"
    3                                  type="boolean"
    4                  advanced="1" developer="1"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
     
    1211</description>
    1312
    14 <value type="default">false</value>
    15 <value type="example">true</value>
     13<value type="default">no</value>
     14<value type="example">yes</value>
    1615</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindrpconly.xml

    r414 r988  
    11<samba:parameter name="winbind rpc only"
    2         context="G"
    3         type="string"
    4                  advanced="1" developer="0"
     2                 context="G"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindseparator.xml

    r414 r988  
    11<samba:parameter name="winbind separator"
    22                 context="G"
    3                  advanced="1" developer="1"
    4                                  type="string"
     3                 type="string"
     4                 constant="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
     
    1717</description>
    1818
    19 <value type="default">'\'</value>
     19<value type="default">\</value>
    2020<value type="example">+</value>
    2121</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/winbind/winbindtrusteddomainsonly.xml

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

    r740 r988  
    11<samba:parameter name="winbind use default domain"
    22                 context="G"
    3                                  type="boolean"
    4                  advanced="1" developer="1"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
Note: See TracChangeset for help on using the changeset viewer.