mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
address ldap_attrs
This commit is contained in:
parent
0ce89a2a05
commit
9ecf10d1fb
@ -34,7 +34,7 @@
|
|||||||
- users
|
- users
|
||||||
|
|
||||||
- name: "Remove personal information attributes"
|
- name: "Remove personal information attributes"
|
||||||
community.general.ldap_attr:
|
community.general.ldap_attrs:
|
||||||
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
|
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
values: []
|
values: []
|
||||||
@ -64,7 +64,7 @@
|
|||||||
- homePhone
|
- homePhone
|
||||||
|
|
||||||
- name: "Set FAS Status Note"
|
- name: "Set FAS Status Note"
|
||||||
community.general.ldap_attr:
|
community.general.ldap_attrs:
|
||||||
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
|
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
|
||||||
name: "fasStatusNote"
|
name: "fasStatusNote"
|
||||||
values: "Account Disabled: {{ ticket_id }}"
|
values: "Account Disabled: {{ ticket_id }}"
|
||||||
@ -74,7 +74,7 @@
|
|||||||
bind_pw: "{{ ipaadmin_password }}"
|
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_attrs:
|
||||||
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
|
dn: "uid={{ ipa_name }},cn=users,cn=accounts,dc=rockylinux,dc=org"
|
||||||
name: "fasisprivate"
|
name: "fasisprivate"
|
||||||
values: "TRUE"
|
values: "TRUE"
|
||||||
|
Loading…
Reference in New Issue
Block a user