Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml

    r414 r740  
    9494<indexterm><primary>idmap gid</primary></indexterm>
    9595<indexterm><primary>idmap backend</primary></indexterm>
    96 <indexterm><primary>LDAP</primary></indexterm>
    9796                Winbind maintains a database called winbind_idmap.tdb in which it stores
    9897                mappings between UNIX UIDs, GIDs, and NT SIDs. This mapping is used only
     
    211210        names as they would <quote>native</quote> UNIX names. They can chown files
    212211        so they are owned by NT domain users or even login to the
    213         UNIX machine and run a UNIX X-Window session as a domain user.</para>
     212        UNIX machine and run a UNIX X Window session as a domain user.</para>
    214213
    215214        <para>
     
    572571<indexterm><primary>PAM</primary></indexterm>
    573572<indexterm><primary>back up</primary></indexterm>
    574 <indexterm><primary>boot disk`</primary></indexterm>
     573<indexterm><primary>boot disk</primary></indexterm>
    575574If you have a Samba configuration file that you are currently using, <emphasis>BACK IT UP!</emphasis>
    576575If your system already uses PAM, <emphasis>back up the <filename>/etc/pam.d</filename> directory
     
    603602To allow domain users the ability to access Samba shares and files, as well as potentially other services
    604603provided by your Samba machine, PAM must be set up properly on your
    605 machine. In order to compile the Winbind modules, you should have at least the PAM development libraries installed
    606 on your system. Please refer to the PAM Web site <ulink url="http://www.kernel.org/pub/linux/libs/pam/"/>.
     604machine. In order to compile the Winbind modules, the PAM development libraries should be installed
     605on your system. Please refer to the <ulink url="http://www.kernel.org/pub/linux/libs/pam/">PAM Web Site</ulink>.
    607606</para>
    608607</sect2>
     
    977976<indexterm><primary>/etc/init.d/samba</primary></indexterm>
    978977<indexterm><primary>/usr/local/samba/bin</primary></indexterm>
    979 <indexterm><primary></primary></indexterm>
    980 <indexterm><primary></primary></indexterm>
    981 <indexterm><primary></primary></indexterm>
    982978The &winbindd; daemon needs to start up after the &smbd; and &nmbd; daemons are running.  To accomplish this
    983979task, you need to modify the startup scripts of your system.  They are located at
     
    11201116
    11211117<para>
    1122 Again, if you would like to run Samba in dual daemon mode, replace:
     1118Again, if you would like to run winbindd in dual daemon mode, replace:
    11231119<programlisting>
    11241120/usr/local/samba/sbin/winbindd
     
    12351231<indexterm><primary>ftp access</primary></indexterm>
    12361232The <filename>/etc/pam.d/ftp</filename> file can be changed to allow Winbind ftp access in a manner similar to
    1237 the samba file. My <filename>/etc/pam.d/ftp</filename> file was changed to look like this:
     1233the <filename>/etc/pam.d/samba</filename>Samba file. My <filename>/etc/pam.d/ftp</filename> file was changed to look like this:
    12381234<programlisting>
    12391235auth       required     /lib/security/pam_listfile.so item=user sense=deny \
Note: See TracChangeset for help on using the changeset viewer.