~ubuntu-branches/ubuntu/maverick/samba/maverick-security

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/security/security.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-03-03 22:02:23 UTC
  • mfrom: (0.28.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090303220223-3bdlm2d9fwx1p1ye
Tags: 2:3.3.1-1ubuntu1
* Merge from Debian unstable (LP: #337094), remaining changes:
  + debian/patches/VERSION.patch:
    - setup SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access. 
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/mksambapasswd.awk:
    - Do not add user with UID less than 1000 to smbpasswd.
  + debian/control:
    - Make libwbclient0 replace/conflict with hardy's likewise-open.
    - Don't build against ctdb.
  + debian/rules:
    - enable "native" PIE hardening.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
* Dropped changes, merged in Debian:
  + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
    debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
    debian/rules:
    - Make libpam-smbpasswd depend on libpam-runtime to allow 
      libpam-smbpasswd for auto-configuration.
  + debian/control:
    - Provide a config block for the new PAM framework to auto-configure
      itself
  + debian/samba.postinst:
    - When populating the new sambashare group, it is not an error
      if the user simply does not exist; test for this case and let
      the install continue instead of aborting.
  + debian/winbind.files:
    - include additional files

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    want to mainly setup shares without a password (guest shares). This 
48
48
    is commonly used for a shared printer server. It is more difficult 
49
49
    to setup guest shares with <command moreinfo="none">security = user</command>, see 
50
 
    the <smbconfoption name="map to guest"/>parameter for details.</para>
 
50
    the <smbconfoption name="map to guest"/> parameter for details.</para>
51
51
                
52
52
    <para>It is possible to use <command moreinfo="none">smbd</command> in a <emphasis>
53
53
    hybrid mode</emphasis> where it is offers both user and share 
58
58
 
59
59
    <para><anchor id="SECURITYEQUALSSHARE"/><emphasis>SECURITY = SHARE</emphasis></para> 
60
60
                
61
 
    <para>When clients connect to a share level security server they 
 
61
    <para>When clients connect to a share level security server, they 
62
62
    need not log onto the server with a valid username and password before 
63
63
    attempting to connect to a shared resource (although modern clients 
64
64
    such as Windows 95/98 and Windows NT will send a logon request with 
211
211
        </para></note>
212
212
 
213
213
        <note><para>From the client's point of 
214
 
    view <command moreinfo="none">security = server</command> is the
 
214
    view, <command moreinfo="none">security = server</command> is the
215
215
    same as <command moreinfo="none">security = user</command>.  It
216
216
    only affects how the server deals  with the authentication, it does
217
217
        not in any way affect what the  client sees.</para></note>