Skip to content
Snippets Groups Projects
Unverified Commit 5c95e4fd authored by Louis Abel's avatar Louis Abel :tv:
Browse files

update PDR

parent 86c94eb7
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,16 @@
- telephoneNumber
- homePhone
- name: "Set FAS Status Note"
community.general.ldap_attr:
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
name: "fasStatusNote"
values: "Account Disabled: {{ ticket_id }}"
state: exact
server_uri: ldap://localhost/
bind_dn: "uid={{ ipa_admin }},cn=users,cn=accounts,dc=rockylinux,dc=org"
bind_pw: "{{ ipaadmin_password }}"
- name: "Set FAS Account Information to Private"
community.general.ldap_attr:
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment