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:
committed by
Git OBS Bridge
parent
fa531c83bb
commit
c69b90d607
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user