diff options
author | eparis <eparis@alioth.debian.org> | 2002-01-22 03:11:35 +0000 |
---|---|---|
committer | eparis <eparis@alioth.debian.org> | 2002-01-22 03:11:35 +0000 |
commit | 58bb99b51f0e823489404530ca493891128f4755 (patch) | |
tree | 0cbe232150a184b9348d869f048489803cd1d617 /samba-common.templates | |
parent | 67c315f5e4f90cfb8d82fde30f2583d66d037b42 (diff) | |
download | samba-58bb99b51f0e823489404530ca493891128f4755.tar.gz |
Updating main trunk to the latest experimental (debconf) code
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk@9 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'samba-common.templates')
-rw-r--r-- | samba-common.templates | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/samba-common.templates b/samba-common.templates new file mode 100644 index 0000000000..c729b0b324 --- /dev/null +++ b/samba-common.templates @@ -0,0 +1,28 @@ +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.) If you want to be + asked just a few questions then select "Yes" and continue with the + configuration. If you want to have full control, select "No" and + configure your smb.conf manually or through SWAT. + +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. + +Template: samba-common/encrypt_passwords +Type: boolean +Default: true +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. |