SHA256
1
0
forked from pool/cloud-init

- users-groups module checks if the account is locked by

calling 'passwd -l' which is ok but it should not raise
  if the account is already locked. This patch will cause
  lock_passwd to raise only if the account locking failed

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=25
This commit is contained in:
Marcus Schaefer
2014-09-17 07:17:45 +00:00
committed by Git OBS Bridge
parent fa531c83bb
commit c69b90d607
3 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 16 11:09:01 CEST 2014 - ms@suse.de
- users-groups module checks if the account is locked by
calling 'passwd -l' which is ok but it should not raise
if the account is already locked. This patch will cause
lock_passwd to raise only if the account locking failed
-------------------------------------------------------------------
Sat Aug 9 12:35:16 UTC 2014 - dvlaeev@suse.com