r12443: Forgot to rename two files
[bbaumbach/samba-autobuild/.git] / packaging / debian / samba-server.templates
1 Template: samba-server/setup-pdc
2 Type: boolean
3 Default: false
4 _Description: Set up Samba 4 as a PDC?
5  Do you want to set up Samba 4 as an Active Directory PDC? If you answer
6  "no", Samba will be left unconfigured, and you will have to provision and
7  make configuration files by hand.
8  .
9  Note that even if you answer "yes", you will need to set up DNS such that
10  it serves the data from the zone file in that directory before you can use
11  your Active Directory domain.
12
13 Template: samba-server/realm
14 Type: string
15 _Description: Realm
16  What Kerberos realm will your server be in? In many cases, this will be
17  the same as your DNS domain name (ie. YOUR.REALM).
18
19 Template: samba-server/domain
20 Type: string
21 _Description: Domain
22  What will be the domain of your server? This is also known as the
23  "workgroup" of your server, and is typically a short name without any dots
24  (ie. DOMAIN).
25
26 Template: samba-server/password
27 Type: password
28 _Description: Administrator password
29  You will need a password for the "Administrator" account. Note that in the
30  current version of the packaging, this will be visible in "ps" for a short
31  time for everybody on the system, so you might not want to use a very
32  sensitive password here.