Merge lp:~kotux/serverguide/fixed-user-management into lp:~ubuntu-core-doc/serverguide/saucy

Proposed by John Kim
Status: Merged
Approved by: Doug Smythies
Approved revision: 148
Merged at revision: 147
Proposed branch: lp:~kotux/serverguide/fixed-user-management
Merge into: lp:~ubuntu-core-doc/serverguide/saucy
Diff against target: 22 lines (+7/-1)
1 file modified
serverguide/C/security.xml (+7/-1)
To merge this branch: bzr merge lp:~kotux/serverguide/fixed-user-management
Reviewer Review Type Date Requested Status
Doug Smythies Approve
Review via email: mp+169093@code.launchpad.net

Description of the change

Fixed the command for disabling root account; LP #1133271

To post a comment you must log in.
148. By John Kim

Cleared ambiguity in disabling root account. LP #1133271

Revision history for this message
Doug Smythies (dsmythies) wrote :

Looks good John. Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'serverguide/C/security.xml'
--- serverguide/C/security.xml 2013-06-13 01:11:19 +0000
+++ serverguide/C/security.xml 2013-06-13 04:20:34 +0000
@@ -52,11 +52,17 @@
52 </listitem>52 </listitem>
53 <listitem>53 <listitem>
54 <para>54 <para>
55 To disable the root account, use the following passwd syntax:55 To disable the root account password, use the following passwd syntax:
56 </para>56 </para>
57<screen>57<screen>
58<command>sudo passwd -l root</command>58<command>sudo passwd -l root</command>
59</screen>59</screen>
60 <para>
61 However, to disable the root account itself, use the following command:
62 </para>
63<screen>
64<command>usermod --expiredate 1</command>
65</screen>
60 </listitem>66 </listitem>
61 <listitem>67 <listitem>
62 <para>68 <para>

Subscribers

People subscribed via source and target branches