File: user-setup-udeb.templates

package info (click to toggle)
user-setup 1.11etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 868 kB
  • ctags: 5
  • sloc: sh: 342; makefile: 30
file content (130 lines) | stat: -rw-r--r-- 4,564 bytes parent folder | download | duplicates (2)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130

# Allow preseeding the root password with a crypted password 
# rather than cleartext
Template: passwd/root-password-crypted
Type: password
Description: for internal use only

# Allow preseeding the user password with a crypted password 
# rather than cleartext
Template: passwd/user-password-crypted
Type: password
Description: for internal use only

# Allow preseeding the UID allocated to the first created user
Template: passwd/user-uid
Type: string
Description: for internal use only

Template: passwd/root-login
Type: boolean
Default: true
_Description: Allow login as root?
 If you choose not to allow root to log in, then a user account will be
 created and given the power to become root using the 'sudo' command.

Template: passwd/root-password
Type: password
_Description: Root password:
 You need to set a password for 'root', the system administrative
 account. A malicious or unqualified user with root access can have
 disastrous results, so you should take care to choose a root password
 that is not easy to guess. It should not be a word found in dictionaries,
 or a word that could be easily associated with you.
 .
 A good password will contain a mixture of letters, numbers and punctuation
 and should be changed at regular intervals.
 .
 Note that you will not be able to see the password as you type it.

Template: passwd/root-password-again
Type: password
_Description: Re-enter password to verify:
 Please enter the same root password again to verify that you have typed it
 correctly.

Template: passwd/make-user
Type: boolean
Default: true
_Description: Create a normal user account now?
 It's a bad idea to use the root account for normal day-to-day activities,
 such as the reading of electronic mail, because even a small mistake can
 result in disaster. You should create a normal user account to use for
 those day-to-day tasks.
 .
 Note that you may create it later (as well as any additional account) by
 typing 'adduser <username>' as root, where <username> is an username,
 like 'imurdock' or 'rms'.

Template: passwd/user-fullname
Type: string
_Description: Full name for the new user:
 A user account will be created for you to use instead of the root
 account for non-administrative activities.
 .
 Please enter the real name of this user. This information will be used
 for instance as default origin for emails sent by this user as well as
 any program which displays or uses the user's real name. Your full
 name is a reasonable choice.

Template: passwd/username
Type: string
_Description: Username for your account:
 Select a username for the new account. Your first name is a reasonable choice.
 The username should start with a lower-case letter, which can be
 followed by any combination of numbers and more lower-case letters.

Template: passwd/username-bad
Type: error
_Description: Invalid username
 The username you entered is invalid. Note that usernames must start with
 a lower-case letter, which can be followed by any combination of numbers
 and more lower-case letters.

Template: passwd/username-reserved
Type: error
_Description: Reserved username
 The username you entered (${USERNAME}) is reserved for use by the system.
 Please select a different one.

Template: passwd/user-password
Type: password
_Description: Choose a password for the new user:
 A good password will contain a mixture of letters, numbers and punctuation
 and should be changed at regular intervals.

Template: passwd/user-password-again
Type: password
_Description: Re-enter password to verify:
 Please enter the same user password again to verify you have typed it
 correctly.

Template: user-setup/password-mismatch
Type: error
_Description: Password input error
 The two passwords you entered were not the same. Please try again.

Template: user-setup/password-empty
Type: error
_Description: Empty password
 You entered an empty password, which is not allowed.
 Please choose a non-empty password.

Template: passwd/shadow
Type: boolean
Default: true
_Description: Enable shadow passwords?
 Shadow passwords make your system more secure because nobody is able to
 view even encrypted passwords. The passwords are stored in a separate file
 that can only be read by special programs. The use of shadow passwords
 is strongly recommended, except in a few cases such as NIS environments.

Template: debian-installer/user-setup-udeb/title
Type: title
_Description: Set up users and passwords

Template: finish-install/progress/user-setup
Type: text
# finish-install progress bar item
_Description: Setting users and passwords...