Re: deleting user account

2011-10-17 Thread Zachary Uram
Raf Czlonka wrote:


Thanks Raf!

-- 
Zach
http://www.fidei.org


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capu6uvbpc+9w4lktzuvublusuhpfsnrmcnw-anmrfrqd4cz...@mail.gmail.com



Re: deleting user account

2011-10-17 Thread Raf Czlonka
On Mon, Oct 17, 2011 at 11:18:54AM BST, Zachary Uram wrote:
 Thanks Raf!

No worries.
Just to recap, what was it in the end?
Was the account still in /etc/passwd or /etc/shadow?
Were you logged on with the account name and used sudo to remove it by
any chance?

Regards,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111017120646.ga22...@linuxstuff.pl



deleting user account

2011-10-16 Thread Zachary Uram
so i deleted a user account using deluser foo and then i had to \rm
-r /home/foo but my tiger auditing report is telling me:

# Performing check of user accounts...
OLD: --WARN-- [acc021w] Login ID foo appears to be a dormant account.
# Performing check of passwd files...
OLD: --WARN-- [pass014w] Login (foo) is disabled, but has a valid shell.

anything else i can do to remove any remnants of the account besides
what i already did?

-- 
Zach
http://www.fidei.org


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capu6uvb6+eth1zugzh26q7zbhbhz+bparo0cjzzwa0n-she...@mail.gmail.com



Re: deleting user account

2011-10-16 Thread Raf Czlonka
On Sun, Oct 16, 2011 at 07:04:14AM BST, Zachary Uram wrote:
 so i deleted a user account using deluser foo and then i had to \rm
 -r /home/foo but my tiger auditing report is telling me:

You could have combined it into a single command:

% deluser --remove-home foo

or

% deluser --remove-all-files foo

man deluser

 # Performing check of user accounts...
 OLD: --WARN-- [acc021w] Login ID foo appears to be a dormant account.
 # Performing check of passwd files...
 OLD: --WARN-- [pass014w] Login (foo) is disabled, but has a valid shell.

Check /etc/passwd and /etc/shadow for 'foo'.

 anything else i can do to remove any remnants of the account besides
 what i already did?

% delgroup --only-if-empty foo

Regards,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111016082725.ga1...@linuxstuff.pl