mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-17 22:01:07 -07:00
ipa modules never updated to use 'name' attributes such as cn, uid, fqdn. This fixes. (#25851)
This commit is contained in:
parent
70e20bb571
commit
374872cac4
8 changed files with 8 additions and 8 deletions
|
@ -244,7 +244,7 @@ def get_ssh_key_fingerprint(ssh_key):
|
|||
|
||||
def ensure(module, client):
|
||||
state = module.params['state']
|
||||
name = module.params['name']
|
||||
name = module.params['uid']
|
||||
nsaccountlock = state == 'disabled'
|
||||
|
||||
module_user = get_user_dict(displayname=module.params.get('displayname'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue