File: samba-ad-dc.templates

package info (click to toggle)
samba 2%3A4.1.11%2Bdfsg-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 102,616 kB
  • sloc: ansic: 1,163,067; xml: 114,289; python: 103,162; perl: 28,109; sh: 12,165; asm: 3,281; cpp: 2,281; yacc: 1,949; ada: 1,681; exp: 1,582; makefile: 1,181; pascal: 1,089; cs: 879; lex: 566; awk: 140; csh: 58; sed: 45
file content (54 lines) | stat: -rw-r--r-- 1,886 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Template: samba4/upgrade-from-v3
Type: boolean
Default: true
_Description: Upgrade from Samba 3?
 It is possible to migrate the existing configuration files from Samba 3 to
 Samba 4. This is likely to fail for complex setups, but should provide a
 good starting point for most existing installations.

Template: samba4/server-role
Type: select
Choices: domain controller, member, standalone, none
Default: domain controller
_Description: Server role
 Domain controllers manage NT4-style or Active Directory domains and
 provide services such as identity management and domain logons. Each
 domain needs to have a at least one domain controller.
 .
 Member servers can be part of a NT4-style or Active Directory domain but
 do not provide any domain services. Workstations and file or print servers
 are usually regular domain members.
 .
 A standalone server can not be used in a domain and only supports file
 sharing and Windows for Workgroups-style logins.
 .
 If no server role is specified, the Samba server will not be provisioned,
 so this can be done manually by the user.

Template: samba4/realm
Type: string
Default: REALM
_Description: Realm name:
 Please specify the Kerberos realm for the domain that this domain controller
 controls.
 .
 Usually this is the a capitalized version of your DNS hostname.

Template: samba4/admin_password
Type: password
#flag:translate!:4
_Description: New password for the Samba "administrator" user:
 If this field is left blank, a random password will be generated.
 .
 A password can be set later by running, as root:
 .
  $ samba-tool user setpassword administrator

Template: samba4/admin_password_again
Type: password
_Description: Repeat password for the Samba "administrator" user:

Template: samba4/password_mismatch
Type: error
_Description: Password input error
 The two passwords you entered were not the same. Please try again.