Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/docs-xml/manpages-3/winbindd.8.xml

    r480 r745  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
    10         <refmiscinfo class="version">3.5</refmiscinfo>
     10        <refmiscinfo class="version">3.6</refmiscinfo>
    1111</refmeta>
    1212
     
    4646        service to <command>smbd</command>, <command>ntlm_auth</command>
    4747        and the <command>pam_winbind.so</command> PAM module, by managing connections to
    48         domain controllers.  In this configuraiton the
    49         <smbconfoption name="idmap uid"/> and
    50         <smbconfoption name="idmap gid"/>
    51         parameters are not required. (This is known as `netlogon proxy only mode'.)</para>
     48        domain controllers.  In this configuration the
     49        <smbconfoption name="idmap config * : range"/>
     50        parameter is not required. (This is known as `netlogon proxy only mode'.)</para>
    5251
    5352        <para> The Name Service Switch allows user
     
    247246                <smbconfoption name="winbind separator"/></para></listitem>
    248247                <listitem><para>
    249                 <smbconfoption name="idmap uid"/></para></listitem>
    250                 <listitem><para>
    251                 <smbconfoption name="idmap gid"/></para></listitem>
    252                 <listitem><para>
    253                 <smbconfoption name="idmap backend"/></para></listitem>
     248                <smbconfoption name="idmap config * : range"/></para></listitem>
     249                <listitem><para>
     250                <smbconfoption name="idmap config * : backend"/></para></listitem>
    254251                <listitem><para>
    255252                <smbconfoption name="winbind cache time"/></para></listitem>
     
    341338        template shell = /bin/bash
    342339        template homedir = /home/%D/%U
    343         idmap uid = 10000-20000
    344         idmap gid = 10000-20000
     340        idmap config * : range = 10000-20000
    345341        workgroup = DOMAIN
    346342        security = domain
     
    375371        then in general the user and groups ids allocated by winbindd will not
    376372        be the same.  The user and group ids will only be valid for the local
    377         machine, unless a shared <smbconfoption name="idmap backend"/> is configured.</para>
     373        machine, unless a shared <smbconfoption name="idmap config * : backend"/> is configured.</para>
    378374
    379375        <para>If the the Windows NT SID to UNIX user and group id mapping
Note: See TracChangeset for help on using the changeset viewer.