add openssh schema missing
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
register: ldap_schemas
|
||||
changed_when: false
|
||||
|
||||
- name: Copy a configuration file to the destination
|
||||
ansible.builtin.copy:
|
||||
src: /files/openssh-lpk.ldif
|
||||
dest: /etc/openldap/schemas/openssh-lpk.ldif
|
||||
owner: ldap
|
||||
group: ldap
|
||||
mode: '0600'
|
||||
|
||||
#- name: Load cosine schema
|
||||
# command: >
|
||||
# ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/cosine.ldif
|
||||
|
||||
Reference in New Issue
Block a user