summaryrefslogtreecommitdiff
path: root/packaging/debian/samba-server.templates
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-07 14:06:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:25:16 -0500
commit8b063f9843d46a9b539f4295a762c65c21c6aa64 (patch)
tree21f26c6a43ff454e72cb6442925d131106cf3a9c /packaging/debian/samba-server.templates
parentddc938245609beb5f1b3cdecabf67e06c1d42d0a (diff)
downloadsamba-8b063f9843d46a9b539f4295a762c65c21c6aa64.tar.gz
samba-8b063f9843d46a9b539f4295a762c65c21c6aa64.tar.bz2
samba-8b063f9843d46a9b539f4295a762c65c21c6aa64.zip
r19620: Remove old (outdated) files.
(This used to be commit 3bec179de6208d396b65a2cbe98efcbd7d99e242)
Diffstat (limited to 'packaging/debian/samba-server.templates')
-rw-r--r--packaging/debian/samba-server.templates32
1 files changed, 0 insertions, 32 deletions
diff --git a/packaging/debian/samba-server.templates b/packaging/debian/samba-server.templates
deleted file mode 100644
index 2c0e59a746..0000000000
--- a/packaging/debian/samba-server.templates
+++ /dev/null
@@ -1,32 +0,0 @@
-Template: samba-server/setup-pdc
-Type: boolean
-Default: false
-_Description: Set up Samba 4 as a PDC?
- Do you want to set up Samba 4 as an Active Directory PDC? If you answer
- "no", Samba will be left unconfigured, and you will have to provision and
- make configuration files by hand.
- .
- Note that even if you answer "yes", you will need to set up DNS such that
- it serves the data from the zone file in that directory before you can use
- your Active Directory domain.
-
-Template: samba-server/realm
-Type: string
-_Description: Realm
- What Kerberos realm will your server be in? In many cases, this will be
- the same as your DNS domain name (ie. YOUR.REALM).
-
-Template: samba-server/domain
-Type: string
-_Description: Domain
- What will be the domain of your server? This is also known as the
- "workgroup" of your server, and is typically a short name without any dots
- (ie. DOMAIN).
-
-Template: samba-server/password
-Type: password
-_Description: Administrator password
- You will need a password for the "Administrator" account. Note that in the
- current version of the packaging, this will be visible in "ps" for a short
- time for everybody on the system, so you might not want to use a very
- sensitive password here.