Ignore:
Timestamp:
11/13/2013 10:32:08 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
94b68056
Parents:
ca8b143b
Message:

update to samba-4.1.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12204 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    rca8b143b r07106226  
    77  <!ENTITY samba-download-http "http://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  "ftp://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    9   <!ENTITY samba-md5sum        "f448d18ae678c72afb72e0510cd69710">
     9  <!ENTITY samba-md5sum        "f63feeae652afc3a0fefdd38176957fb">
    1010  <!ENTITY samba-size          "23 MB">
    11   <!ENTITY samba-buildsize     "493 MB (up to 900MB additional for all tests)">
    12   <!ENTITY samba-time          "6.6 SBU (up to 110 SBU to run all tests)">
     11  <!ENTITY samba-buildsize     "491 MB (up to 900MB additional for all tests)">
     12  <!ENTITY samba-time          "6.4 SBU (up to 110 SBU to run all tests)">
    1313]>
    1414
     
    215215
    216216    </sect3>
    217 <!-- mount.cifs is now in the separate cifs-utils package
    218     <sect3>
    219       <title>Mounting Shares by Unprivileged Users</title>
    220 
    221       <para>If it is desired for unprivileged users to directly mount (and
    222       unmount) CIFS shares, the <command>mount.cifs</command> and
    223       <command>umount.cifs</command> commands must be setuid
    224       <systemitem class='username'>root</systemitem>. Note that users can
    225       only mount CIFS shares on a mount point owned by that user (requires
    226       write access also). If desired, change these programs to setuid
    227       <systemitem class='username'>root</systemitem> by issuing the following
    228       command as the <systemitem class='username'>root</systemitem>
    229       user:</para>
    230 
    231 <screen role="root"><userinput>chmod -v 4755 /usr/sbin/{,u}mount.cifs</userinput></screen>
    232 
    233     </sect3>
    234 -->
     217
    235218    <sect3>
    236219      <title>Printing to SMB Clients</title>
Note: See TracChangeset for help on using the changeset viewer.