Fix the handling of -a when a user is being renamed (with -l). The new

name of the user was used for the new supplementary groups, but not in the
existing ones.
This commit is contained in:
nekral-guest
2008-02-10 20:25:39 +00:00
parent ead95673a5
commit a5f949165a
3 changed files with 11 additions and 1 deletions

1
NEWS
View File

@@ -65,6 +65,7 @@ shadow-4.1.0 -> shadow-4.1.1 UNRELEASED
one, no changes will be performed for that field. If no fields are
changed, usermod will exist successfully with a warning. This avoids
logging changes to syslog when there are actually no changes.
* Fix the handling of -a when a user is being renamed (with -l)
- vipw/vigr
* Recommend editing the shadowed (resp. regular) file if the regular (resp.
shadowed) file was edited.