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
parent 3f4ca18e7b
commit d8a0e1a9b7
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,