diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:47:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:47:31 +0000 |
commit | 236cb75e4430569627585a5818d9ce9bc85640f8 (patch) | |
tree | f84b5c0335eb76eb9df1e6c2c0004d7d9667c6e4 /debian/samba-common.templates | |
parent | Adding upstream version 2:4.17.12+dfsg. (diff) | |
download | samba-236cb75e4430569627585a5818d9ce9bc85640f8.tar.xz samba-236cb75e4430569627585a5818d9ce9bc85640f8.zip |
Adding debian version 2:4.17.12+dfsg-0+deb12u1.debian/2%4.17.12+dfsg-0+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/samba-common.templates')
-rw-r--r-- | debian/samba-common.templates | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/samba-common.templates b/debian/samba-common.templates new file mode 100644 index 0000000..2f93b63 --- /dev/null +++ b/debian/samba-common.templates @@ -0,0 +1,41 @@ +Template: samba-common/title +Type: title +_Description: Samba server and utilities + +Template: samba-common/dhcp +Type: boolean +Default: false +_Description: Modify smb.conf to 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. This requires a + change to your smb.conf file so that DHCP-provided WINS settings will + automatically be read from /var/lib/samba/dhcp.conf. + . + The dhcp-client package must be installed to take advantage of this + feature. + +Template: samba-common/do_debconf +Type: boolean +Default: true +_Description: Configure smb.conf automatically? + 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 the automated configuration process and require + you to edit your smb.conf by hand to get it working again. + . + If you do not choose this option, you will have to handle + any configuration changes yourself, and will not be able to take + advantage of periodic configuration enhancements. + +Template: samba-common/workgroup +Type: string +Default: WORKGROUP +_Description: Workgroup/Domain Name: + Please specify the workgroup for this system. This setting controls which + workgroup the system will appear in when used as a server, the default + workgroup to be used when browsing with various frontends, and the domain + name used with the "security=domain" setting. + |