FS#28594 - [shadow] userdel does not work

Attached to Project: Arch Linux
Opened by Dan McGee (toofishes) - Wednesday, 22 February 2012, 22:29 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 25 February 2012, 15:53 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

$ sudo useradd foobar
echo $?
$ sudo userdel foobar
$ echo $?
139
$ cat /etc/passwd | grep foobar
This task depends upon

Closed by  Dave Reisner (falconindy)
Saturday, 25 February 2012, 15:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  testing/shadow-4.1.5-4
Comment by Dave Reisner (falconindy) - Thursday, 23 February 2012, 00:01 GMT
$ sudo useradd foobar
$ echo $?
0
$ sudo userdel foobar
echo $?
0
$ grep foobar /etc/passwd
$ echo $?
1
Comment by Dave Reisner (falconindy) - Thursday, 23 February 2012, 01:43 GMT
Attached patch went to the shadow ML.

Loading...