  xusermgr is an XForms based user account manager. It does everything
that adduser does, plus a little more.  As a security precaution, xusermgr
does NOT remove the home directory of a user when the account is
removed.  I wasn't about to go wandering around someone's system running an
"rm -r %s" when the user's home directory could have been the root directory.

   xusermgr uses the getpwent() and putpwent() functions calls, and does
not directly access the password file. (No well behaved UNIX program should.)
Currently xusermgr does NOT handle shadowed passwords.  Shadowed password
support will be added in the next version.

   I wrote xusermgr because I wanted to have some X-Windows based
admin tools and I got tired waiting for tcl/tk xadmin to come out.
(Anybody seen it?)

   Originally, I had set out to create a complete X-Windows based system
administrator for Linux.  But after I had started this bold endeavour,
I soon realized that I would have to wait until the Linux File System
standard was finished.  So I settled on just releasing the User Manager
portion instead.

   Distributed under the GNU Public License. Feel Free to distribute,
but leave my name on it.

  Things to be done.

  Shadowed Password Support.
  A Man page.
  NIS Network Account Support.

  Bug/Misfeature reports are always welcome.
  Email them to me:  kludge@zot.com (Michael McNeil)

NOTE: XForms version of the program is not supported by Michael McNeil.
      Please mail all bug/misfeature reports to mitnits@shani.net.
