]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/usermod.c: Do not call usr_update() if it will have no
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 11 Jul 2008 21:50:05 +0000 (21:50 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 11 Jul 2008 21:50:05 +0000 (21:50 +0000)
commit22fb4fe019336f4ef9977b980ebe3f3d9b544dc0
tree40fddbf37e981aaae22c510c95d4add34e48d5e1
parent62c8e7967645d5ef2cef0de65d09941ef261ac9d
* src/usermod.c: Do not call usr_update() if it will have no
effects. This avoid checking if the user exists in the local passwd
file if not necessary, and thus allow to add LDAP users to local
groups. (The user is already checked against the system
configuration with getpwnam()). Thanks to Dan Kopecek.
ChangeLog
NEWS
src/usermod.c