diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-13 16:11:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:18 -0500 |
commit | 12354cbe919a0f00ecf648a0878782d0a96a748e (patch) | |
tree | 54bfac61a94fdcc9404e7a918eec8089224ce3ee /packaging/debian/samba4-server.templates | |
parent | a3b0f53f4762ee54179e367770acc85633853f13 (diff) | |
download | samba-12354cbe919a0f00ecf648a0878782d0a96a748e.tar.gz samba-12354cbe919a0f00ecf648a0878782d0a96a748e.tar.bz2 samba-12354cbe919a0f00ecf648a0878782d0a96a748e.zip |
r12207: More improvements to the Debian package by Steinar Gunderson.
(This used to be commit 72df2de396a3d8ada56362b807532ca6416d99e4)
Diffstat (limited to 'packaging/debian/samba4-server.templates')
-rw-r--r-- | packaging/debian/samba4-server.templates | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/packaging/debian/samba4-server.templates b/packaging/debian/samba4-server.templates new file mode 100644 index 0000000000..d8ee5d7e03 --- /dev/null +++ b/packaging/debian/samba4-server.templates @@ -0,0 +1,32 @@ +Template: samba4-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: samba4-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: samba4-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: samba4-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. |