Changeset 745 for trunk/server/docs-xml/manpages-3/winbindd.8.xml
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/docs-xml/manpages-3/winbindd.8.xml
r480 r745 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">System Administration tools</refmiscinfo> 10 <refmiscinfo class="version">3. 5</refmiscinfo>10 <refmiscinfo class="version">3.6</refmiscinfo> 11 11 </refmeta> 12 12 … … 46 46 service to <command>smbd</command>, <command>ntlm_auth</command> 47 47 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> 52 51 53 52 <para> The Name Service Switch allows user … … 247 246 <smbconfoption name="winbind separator"/></para></listitem> 248 247 <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> 254 251 <listitem><para> 255 252 <smbconfoption name="winbind cache time"/></para></listitem> … … 341 338 template shell = /bin/bash 342 339 template homedir = /home/%D/%U 343 idmap uid = 10000-20000 344 idmap gid = 10000-20000 340 idmap config * : range = 10000-20000 345 341 workgroup = DOMAIN 346 342 security = domain … … 375 371 then in general the user and groups ids allocated by winbindd will not 376 372 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> 378 374 379 375 <para>If the the Windows NT SID to UNIX user and group id mapping
Note:
See TracChangeset
for help on using the changeset viewer.