Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Nate on August 09, 2002, 09:00:25 PM

Title: is an existing user-deleted account.
Post by: Nate on August 09, 2002, 09:00:25 PM
account "username" is an existing user-deleted account.  
This is the error message I get when I try to add an account.  The account was originally set-up using the add-user script, The other 49 accounts were added without an problem--this one account said "password could not be created".  So, I went into the account and tried to reset the password--generic error message(contact admin).  Then I removed the account--generic error message and the account is no longer listed.  Now when I try to add the account I get the message--Error account 'username' is an existing user-deleted account.  Any idea how I can fix this?
Title: Re: is an existing user-deleted account.
Post by: Gene Cooper on August 10, 2002, 02:35:24 AM
Umm, this is wierd.  And I don't know if this is exactly right...

What do you see in the server-manager panel?

If the user in question isn't showing, you might look in the /etc/passwd and /etc/groups files to see if the user in question exists.  If so, you might try editing the files to remove the lines SPECIFIC to the user in question.

Back them up first.  (login as root, 'cp /etc/passwd /etc/passwd.bak' , etc.)

G
Title: Re: is an existing user-deleted account.
Post by: Jon Blakely on August 10, 2002, 04:41:35 AM
Nate,

Log in as root and issue

# /sbin/e-smith/db accounts delete xyz

where xyz is the user-deleted account

Jon
Title: Re: is an existing user-deleted account.
Post by: guestHH on August 10, 2002, 04:56:21 AM
Hi Jon,

Is there a lis of available commands and actions....?

Regards,
guestHH
Title: Re: is an existing user-deleted account.
Post by: Jon Blakely on August 10, 2002, 08:47:07 AM
RequestedDeletion,

Unfortunately no, not that I am aware of or found. There is a little bit of information on actions and templates in the design and architecture section. A developers manual would be most handy.

Jon
Title: Re: is an existing user-deleted account.
Post by: Nate on August 12, 2002, 11:14:16 PM
Thanks, Jon, that did the trick.