summaryrefslogtreecommitdiff
path: root/samba-common.templates
diff options
context:
space:
mode:
authorvorlon <vorlon@alioth.debian.org>2003-02-16 18:47:16 +0000
committervorlon <vorlon@alioth.debian.org>2003-02-16 18:47:16 +0000
commit89e7773527dc139589d4ffbe7cceea482a8db158 (patch)
treed9bbced2963843412786a11b6173a89caad07702 /samba-common.templates
parentf29b49751a77bd25a12c0ebb8a3a6f10134752c1 (diff)
downloadsamba-89e7773527dc139589d4ffbe7cceea482a8db158.tar.gz
po-debconf support added
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk@431 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'samba-common.templates')
-rw-r--r--samba-common.templates83
1 files changed, 40 insertions, 43 deletions
diff --git a/samba-common.templates b/samba-common.templates
index f193a74962..d68094ec1c 100644
--- a/samba-common.templates
+++ b/samba-common.templates
@@ -1,70 +1,67 @@
Template: samba-common/character_set
Type: string
-Description: Character Set for Unix filesystem
+_Description: Character Set for Unix filesystem
You currently have a "character set" configured in your smb.conf. In
- Samba 3.0, this option is replaced by two new options, "unix charset"
- and "display charset". Please specify the character set you wish to use
- for these new options, which control how Samba interprets filenames on
- the file system and how smbclient will interpret these names when you
- connect to a file server.
+ Samba 3.0, this option is replaced by two new options, "unix charset" and
+ "display charset". Please specify the character set you wish to use for
+ these new options, which control how Samba interprets filenames on the
+ file system and how smbclient will interpret these names when you connect
+ to a file server.
.
If you leave this option blank, your smb.conf will not be changed.
Template: samba-common/codepage
Type: string
-Description: Character Set for DOS clients
- You currently have a "client code page" set in your smb.conf. In
- Samba 3.0, this option is replaced by the option "dos charset". Please
- specify the character set you wish to use for this new option. In most
- cases, the default chosen for you will be sufficient. Note that this
- option is not needed to support Windows clients, it is only for DOS
- clients. If you leave this option blank, your smb.conf will not be
- changed.
+_Description: Character Set for DOS clients
+ You currently have a "client code page" set in your smb.conf. In Samba
+ 3.0, this option is replaced by the option "dos charset". Please specify
+ the character set you wish to use for this new option. In most cases, the
+ default chosen for you will be sufficient. Note that this option is not
+ needed to support Windows clients, it is only for DOS clients. If you
+ leave this option blank, your smb.conf will not be changed.
Template: samba-common/dhcp
Type: boolean
Default: false
-Description: Use WINS settings from DHCP?
+_Description: Use WINS settings from DHCP?
If your computer gets IP address information from a DHCP server on the
- network, the DHCP server may also provide information about WINS
- servers ("NetBIOS name servers") present on the network. If you say
- "yes" here, your smb.conf file will be modified in such a way that
- DHCP-provided WINS settings will automatically be read from
- /etc/samba/dhcp.conf.
+ network, the DHCP server may also provide information about WINS servers
+ ("NetBIOS name servers") present on the network. If you say "yes" here,
+ your smb.conf file will be modified in such a way that DHCP-provided WINS
+ settings will automatically be read from /etc/samba/dhcp.conf.
.
- You must have the dhcp3-client package installed to take advantage of
- this feature.
+ You must have the dhcp3-client package installed to take advantage of this
+ feature.
Template: samba-common/do_debconf
Type: boolean
Default: true
-Description: Configure smb.conf through debconf?
- The rest of the configuration of Samba deals with questions that
- affect parameters in /etc/samba/smb.conf, which is the file used
- to configure the Samba programs (nmbd and smbd.) Your current smb.conf
- contains an 'include' line or an option that spans multiple lines,
- which could confuse debconf and require you to edit your smb.conf by
- hand to get it working again.
+_Description: Configure smb.conf through debconf?
+ The rest of the configuration of Samba deals with questions that affect
+ parameters in /etc/samba/smb.conf, which is the file used to configure the
+ Samba programs (nmbd and smbd.) Your current smb.conf contains an
+ 'include' line or an option that spans multiple lines, which could confuse
+ debconf and require you to edit your smb.conf by hand to get it working
+ again.
.
- If you say "no" here, you will have to handle any configuration
- changes yourself, and will not be able to take advantage of periodic
- configuration enhancements. Therefore, the recommended response is
- "yes" if possible.
+ If you say "no" here, you will have to handle any configuration changes
+ yourself, and will not be able to take advantage of periodic configuration
+ enhancements. Therefore, the recommended response is "yes" if possible.
Template: samba-common/workgroup
Type: string
-Description: Workgroup/Domain Name?
- This controls what workgroup your server will appear to be in when
- queried by clients. Note that this parameter also controls the Domain
- name used with the security=domain setting.
+_Description: Workgroup/Domain Name?
+ This controls what workgroup your server will appear to be in when queried
+ by clients. Note that this parameter also controls the Domain name used
+ with the security=domain setting.
Template: samba-common/encrypt_passwords
Type: boolean
Default: true
-Description: Use password encryption?
+_Description: Use password encryption?
Recent Windows clients communicate with SMB servers using encrypted
- passwords. If you want to use clear text passwords you will need to
- change a parameter in your Windows registry. It is recommended that
- you use encrypted passwords. If you do, make sure you have a valid
- /etc/samba/smbpasswd file and that you set passwords in there for
- each user using the smbpasswd command.
+ passwords. If you want to use clear text passwords you will need to change
+ a parameter in your Windows registry. It is recommended that you use
+ encrypted passwords. If you do, make sure you have a valid
+ /etc/samba/smbpasswd file and that you set passwords in there for each
+ user using the smbpasswd command.