Restart slapd when keytab is available. HTTP service principal.
This commit is contained in:
parent
f0c65d3cce
commit
6f0197f693
2 changed files with 9 additions and 2 deletions
|
@ -173,6 +173,7 @@
|
|||
with_items:
|
||||
- host
|
||||
- ldap
|
||||
- HTTP
|
||||
when: not krb5kdc.stat.exists
|
||||
|
||||
- name: add principal to the keytab
|
||||
|
@ -180,6 +181,7 @@
|
|||
with_items:
|
||||
- host
|
||||
- ldap
|
||||
- HTTP
|
||||
when: not krb5kdc.stat.exists
|
||||
|
||||
- name: allow slapd to read the keytab
|
||||
|
@ -188,6 +190,7 @@
|
|||
owner: root
|
||||
group: openldap
|
||||
mode: '0640'
|
||||
notify: restart slapd
|
||||
|
||||
- name: "make 'kerberos' an alias hostname resolvable from the LAN"
|
||||
replace:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue