mistake in user management

Bug #1133271 reported by ceclinux
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
Fix Released
Undecided
John Kim

Bug Description

in https://help.ubuntu.com/12.04/serverguide/user-management.html

the documatation cited
To disable the root account, use the following passwd syntax:

sudo passwd -l root

It is wrong when I find passwd's man page

  -l, --lock
           Lock the password of the named account. This option disables a password by changing it to a value which matches no possible encrypted value (it adds a ´!´ at the beginning of the password).

           Note that this does not disable the account. The user may still be able to login using another authentication token (e.g. an SSH key). To disable the account, administrators should use

   usermod --expiredate 1 (this set the account's expire date to Jan 2, 1970).

no longer affects: ubuntu-docs (Ubuntu)
John Kim (kotux)
description: updated
Changed in serverguide:
status: New → Confirmed
assignee: nobody → John Kim (thinkndev)
Changed in serverguide:
status: Confirmed → Fix Committed
Ceclinux (src655)
Changed in serverguide:
status: Fix Committed → Fix Released
Revision history for this message
Doug Smythies (dsmythies) wrote :

This one has been committed, but has not been released yet. It will be released on the 13.10 release date.

Changed in serverguide:
status: Fix Released → Fix Committed
Changed in serverguide:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.