Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 1996 10:00:01 -0500
From:      Robert Withrow <witr@rwwa.com>
To:        freebsd-hackers@freebsd.org
Subject:   Bugs in passwd mgmt stuff
Message-ID:  <199601171500.KAA07526@spooky.rwwa.com>

next in thread | raw e-mail | index | archive | help
> I don't like the idea of a delete user script.

There should be, at least, programmatic support for 
deleting passwd and group entries.  There is nothing
for that now.  Also, there should be programmatic ways
of changing the passwd (other than being forced to
use expect/passwd or something.)  [In my case I have
a system a system where the passwd database and another
database need to be kept in sync.

While we are at it, I have noticed the following errors
in 2.1 WRT this:

1) There is no way to delete entries from passwd or group
without just manually doing it.

2) crypt(3) says that the ``setting'' string is 9 characters
beginning with ''_'', but by trial and error, it seems that
the passwords in the master.passwd file are *not* generated
this way.

3) chpass -p doesn't seem to work at all.

4) Adduser fails to correctly set the ownership of
the home directory. (In fact, adduser often seems
to have ``strange'' behavior.

-----------------------------------------------------------------------------
Robert Withrow, Tel: +1 617 592 8935, Net: witr@rwwa.COM




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601171500.KAA07526>