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

« back to all changes in this revision

Viewing changes to debian/po/gl.po

  • 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:
100
100
#. Description
101
101
#: ../samba-common.templates:3001
102
102
#, fuzzy
 
103
#| msgid ""
 
104
#| "Please specify the workgroup you want this server to appear to be in when "
 
105
#| "queried by clients. Note that this parameter also controls the domain "
 
106
#| "name used with the security=domain setting."
103
107
msgid ""
104
108
"Please specify the workgroup for this system.  This setting controls which "
105
109
"workgroup the system will appear in when used as a server, the default "
120
124
#. Description
121
125
#: ../samba-common.templates:4001
122
126
#, fuzzy
 
127
#| msgid ""
 
128
#| "All recent Windows clients communicate with SMB servers using encrypted "
 
129
#| "passwords. If you want to use clear text passwords you will need to "
 
130
#| "change a parameter in your Windows registry."
123
131
msgid ""
124
132
"All recent Windows clients communicate with SMB/CIFS servers using encrypted "
125
133
"passwords. If you want to use clear text passwords you will need to change a "
133
141
#. Description
134
142
#: ../samba-common.templates:4001
135
143
#, fuzzy
 
144
#| msgid ""
 
145
#| "Enabling this option is highly recommended. If you do, make sure you have "
 
146
#| "a valid /etc/samba/smbpasswd file and that you set passwords in there for "
 
147
#| "each user using the smbpasswd command."
136
148
msgid ""
137
149
"Enabling this option is highly recommended as support for plain text "
138
150
"passwords is no longer maintained in Microsoft Windows products. If you do, "