update PDR
This commit is contained in:
parent
86c94eb707
commit
5c95e4fd60
@ -61,6 +61,16 @@
|
|||||||
- telephoneNumber
|
- telephoneNumber
|
||||||
- homePhone
|
- 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"
|
- name: "Set FAS Account Information to Private"
|
||||||
community.general.ldap_attr:
|
community.general.ldap_attr:
|
||||||
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
|
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
|
||||||
|
Loading…
Reference in New Issue
Block a user