]> git.cameronkatri.com Git - pw-darwin.git/commit
Take the ypchfn/ypchsh stuff that was removed from passwd
authorBill Paul <wpaul@FreeBSD.org>
Sun, 13 Aug 1995 16:12:28 +0000 (16:12 +0000)
committerBill Paul <wpaul@FreeBSD.org>
Sun, 13 Aug 1995 16:12:28 +0000 (16:12 +0000)
commitf811b41cc996c70cfc5a1f29938e18cfacec1814
treef1e4ce5b338fe0cb45c2e3f72efd88c0f8075a21
parent0ad8070243d57c40e41817770e963eb7b713c958
Take the ypchfn/ypchsh stuff that was removed from passwd
and graft it into chpass.

Chpass can now tell when it's being asked to operate on an NIS
user and it displayes the appropriate message in the editor
template ("Changing NIS information for foo"). After the changes
have been made, chpass will promte the user for his NIS password.
If the password is correct, the changes are committed to yppasswdd.

Hopefully, this should make NIS more transparent to the end user.

Note that even the superuser needs to know a user's password before
he can change any NIS information (such is the nature of yppasswdd).
Also, changes to the password field are not permitted -- that's what
yppasswd is for. (The superuser may specify a new password, but
again, he needs to know the user's original password before he can
change it.)
chpass/Makefile
chpass/chpass.1
chpass/chpass.c
chpass/edit.c
chpass/pw_copy.c
chpass/pw_yp.c [new file with mode: 0644]
chpass/pw_yp.h [new file with mode: 0644]