~ubuntu-branches/ubuntu/lucid/user-setup/lucid-201002122356

« back to all changes in this revision

Viewing changes to debian/user-setup-udeb.templates

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-12-04 10:25:05 UTC
  • Revision ID: james.westby@ubuntu.com-20051204102505-7fan01zh4wf0q1jb
Tags: 0.03ubuntu1
* Port Ubuntu changes from passwd.config:
  - Allow an empty root password, indicating the use of sudo.
  - Default to the above and only offer the root password question in
    expert mode.
  - Add the initial user to the adm, dip, lpadmin, and scanner groups too,
    and to the admin group if no root password is set.
  - Adjust /etc/aliases to send root mail to the initial user.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Allow preseeding the root password with a crypted password 
 
2
# rather than cleartext
 
3
Template: passwd/root-password-crypted
 
4
Type: password
 
5
Description: For internal use only
 
6
 
 
7
# Allow preseeding the root password with a crypted password 
 
8
# rather than cleartext
 
9
Template: passwd/user-password-crypted
 
10
Type: password
 
11
Description: For internal use only
 
12
 
 
13
# Allow preseeding the root password with a crypted password 
 
14
# rather than cleartext
 
15
Template: passwd/user-uid
 
16
Type: string
 
17
Description: For internal use only
 
18
 
 
19
Template: passwd/root-password
 
20
Type: password
 
21
_Description: Root password:
 
22
 You need to set a password for 'root', the system administrative
 
23
 account. A malicious or unqualified user with root access can have
 
24
 disastrous results, so you should take care to choose a root password
 
25
 that is not easy to guess. It should not be a word found in dictionaries,
 
26
 or a word that could be easily associated with you.
 
27
 .
 
28
 A good password will contain a mixture of letters, numbers and punctuation
 
29
 and should be changed at regular intervals.
 
30
 .
 
31
 Note that you will not be able to see the password as you type it.
 
32
 
 
33
Template: passwd/root-password-again
 
34
Type: password
 
35
_Description: Re-enter password to verify:
 
36
 Please enter the same root password again to verify that you have typed it
 
37
 correctly.
 
38
 
 
39
Template: user-setup/root-password-empty
 
40
Type: note
 
41
_Description: Empty root password entered; using sudo.
 
42
 You entered an empty root password. Since empty passwords are not secure,
 
43
 the root password will instead be locked. The user you create in the next
 
44
 step will be allowed to gain root privileges using the 'sudo' command.
 
45
 
 
46
Template: passwd/make-user
 
47
Type: boolean
 
48
Default: true
 
49
_Description: Create a normal user account now?
 
50
 It's a bad idea to use the root account for normal day-to-day activities,
 
51
 such as the reading of electronic mail, because even a small mistake can
 
52
 result in disaster. You should create a normal user account to use for
 
53
 those day-to-day tasks.
 
54
 .
 
55
 Note that you may create it later (as well as any additional account) by
 
56
 typing 'adduser <username>' as root, where <username> is an user name,
 
57
 like 'imurdock' or 'rms'.
 
58
 
 
59
Template: passwd/user-fullname
 
60
Type: string
 
61
_Description: Full name for the new user:
 
62
 A user account will be created for you to use instead of the root
 
63
 account for non-administrative activities.
 
64
 .
 
65
 Please enter the real name of this user. This information will be used
 
66
 for instance as default origin for emails sent by this user as well as
 
67
 any program which displays or uses the user's real name. Your full
 
68
 name is a reasonable choice.
 
69
 
 
70
Template: passwd/username
 
71
Type: string
 
72
_Description: Username for your account:
 
73
 Select a username for the new account. Your first name is a reasonable choice.
 
74
 The username should start with a lower-case letter, which can be
 
75
 followed by any combination of numbers and more lower-case letters.
 
76
 
 
77
Template: passwd/username-bad
 
78
Type: note
 
79
_Description: Invalid username
 
80
 The user name you entered is invalid. Note that usernames must start with
 
81
 a lower-case letter, which can be followed by any combination of numbers
 
82
 and more lower-case letters.
 
83
 
 
84
Template: passwd/user-password
 
85
Type: password
 
86
_Description: Choose a password for the new user:
 
87
 A good password will contain a mixture of letters, numbers and punctuation
 
88
 and should be changed at regular intervals.
 
89
 
 
90
Template: passwd/user-password-again
 
91
Type: password
 
92
_Description: Re-enter password to verify:
 
93
 Please enter the same user password again to verify you have typed it
 
94
 correctly.
 
95
 
 
96
Template: user-setup/password-mismatch
 
97
Type: note
 
98
_Description: Password input error
 
99
 The two passwords you entered were not the same. Please try again.
 
100
 
 
101
Template: user-setup/password-empty
 
102
Type: note
 
103
_Description: Empty password
 
104
 You entered an empty password, which is not allowed.
 
105
 Please choose a non-empty password.
 
106
 
 
107
Template: passwd/shadow
 
108
Type: boolean
 
109
Default: true
 
110
_Description: Enable shadow passwords?
 
111
 Shadow passwords make your system more secure because nobody is able to
 
112
 view even encrypted passwords. The passwords are stored in a separate file
 
113
 that can only be read by special programs. The use of shadow passwords
 
114
 is strongly recommended, except in a few cases such as NIS environments.
 
115
 
 
116
Template: debian-installer/user-setup-udeb/title
 
117
Type: title
 
118
_Description: Set up users and passwords
 
119
 
 
120
Template: prebaseconfig/progress/user-setup
 
121
Type: text
 
122
# Prebaseconfig progress bar item
 
123
_Description: Setting users and passwords...
 
124