~ubuntu-branches/ubuntu/gutsy/samba/gutsy-updates

« back to all changes in this revision

Viewing changes to debian/samba.templates

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2006-11-28 20:14:37 UTC
  • mfrom: (0.10.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128201437-a6x4lzlhempazocp
Tags: 3.0.23d-1ubuntu1
* Merge from debian unstable.
* Drop python2.4-samba, replace with python-samba. Added Conflicts/Replaces
  on python2.4-samba
* Drop track-connection-dos.patch, ubuntu-winbind-panic.patch, 
  ubuntu-fix-ldap.patch, ubuntu-setlocale.patch, ubuntu-setlocale-fixes.patch
* Remaining Ubuntu changes:
  - Revert Debian's installation of mount.cifs and umount.cifs as suid
  - Comment out the default [homes] shares and add more verbose comments to
    explain what they do and how they work (closes: launchpad.net/27608)
  - Add a "valid users = %S" stanza to the commented-out [homes] section, to
    show users how to restrict access to \\server\username to only username.
  - Change the (commented-out) "printer admin" example to use "@lpadmin"
    instead of "@ntadmin", since the lpadmin group is used for spool admin.
  - Alter the panic-action script to encourage users to report their
    bugs in Ubuntu packages to Ubuntu, rather than reporting to Debian.
    Modify text to more closely match the Debian script
  - Munge our init script to deal with the fact that our implementation
    (or lack thereof) of log_daemon_msg and log_progress_msg differs
    from Debian's implementation of the same (Ubuntu #19691)
  - Kept ubuntu-auxsrc.patch: some auxilliary sources (undocumented in 
    previous changelogs)
  - Set default workgroup to MSHOME

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
_Description: Create samba password database, /var/lib/samba/passdb.tdb?
5
5
 To be compatible with the defaults in most versions of Windows, Samba must
6
6
 be configured to use encrypted passwords.  This requires user passwords to
7
 
 be stored in a file separate from /etc/passwd. This file can be created
8
 
 automatically, but the passwords must be added manually (by you or the
9
 
 user) by running smbpasswd, and you must arrange to keep it up-to-date in
10
 
 the future.  If you do not create it, you will have to reconfigure samba
11
 
 (and probably your client machines) to use plaintext passwords. See
12
 
 /usr/share/doc/samba-doc/htmldocs/ENCRYPTION.html from the samba-doc
13
 
 package for more details.
14
 
 
15
 
Template: samba/log_files_moved
16
 
Type: note
17
 
_Description: Samba's log files have moved.
18
 
 Starting with the first packages of Samba 2.2 for Debian the log files for
19
 
 both Samba daemons (nmbd and smbd) are now stored in /var/log/samba/. The
20
 
 names of the files are log.nmbd and log.smbd, for nmbd and smbd
21
 
 respectively.
22
 
 .
23
 
 The old log files that were in /var/log/ will be moved to the new location
24
 
 for you.
25
 
 
26
 
Template: samba/nmbd_from_inetd
27
 
Type: note
28
 
_Description: Running nmbd from inetd is no longer supported
29
 
 Your system was previously configured to start nmbd and smbd from inetd. 
30
 
 As of version 2.999+3.0.alpha20-4, nmbd will no longer be started from
31
 
 inetd.  If you have modified your /etc/init.d/samba startup script, you
32
 
 may need to adjust it by hand now so that nmbd will start.
 
7
 be stored in a file separate from /etc/passwd.  This file can be created
 
8
 automatically, but the passwords must be added manually by running
 
9
 smbpasswd and be kept up-to-date in the future.
 
10
 .
 
11
 If you do not create it, you will have to reconfigure Samba (and probably
 
12
 your client machines) to use plaintext passwords.
 
13
 .
 
14
 See /usr/share/doc/samba-doc/htmldocs/ENCRYPTION.html from the
 
15
 samba-doc package for more details.
33
16
 
34
17
Template: samba/run_mode
35
18
Type: select
36
 
_Choices: daemons, inetd
 
19
__Choices: daemons, inetd
37
20
Default: daemons
38
21
_Description: How do you want to run Samba?
39
22
 The Samba daemon smbd can run as a normal daemon or from inetd. Running as
43
26
Type: boolean
44
27
Default: false
45
28
_Description: Move /etc/samba/smbpasswd to /var/lib/samba/passdb.tdb?
46
 
 Samba 3.0 introduces a newer, more complete SAM database interface which
47
 
 supersedes the /etc/samba/smbpasswd file.  Would you like your existing
48
 
 smbpasswd file to be migrated to /var/lib/samba/passdb.tdb for you?  If you
49
 
 plan to use another pdb backend (e.g., LDAP) instead, you should answer
50
 
 'no' here.
 
29
 Samba 3.0 introduced a more complete SAM database interface which
 
30
 supersedes the /etc/samba/smbpasswd file.
 
31
 .
 
32
 Please confirm whether you would like the existing smbpasswd file to
 
33
 be automatically migrated to /var/lib/samba/passdb.tdb.  Do not
 
34
 choose this option if you plan to use another pdb backend (e.g.,
 
35
 LDAP) instead.