aci_aaa_user: Fix changing user description (#51408)

This fixes a reported problem with the aci_aaa_user module.
This commit is contained in:
Dag Wieers 2019-01-29 03:16:58 +01:00 committed by GitHub
commit d8a0e1a9b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View file

@ -331,6 +331,7 @@ def main():
class_config=dict(
accountStatus=enabled,
clearPwdHistory=clear_password_history,
descr=description,
email=email,
expiration=expiration,
expires=expires,