Add LDIF file to fix SASL limits

We keep hitting this otherwise because of our directory size

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2020-06-02 20:38:47 +02:00
parent 8fba1c1f4c
commit b1fbff5b1c
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,9 @@
dn: cn=config
changetype: modify
replace: nsslapd-maxsasliosize
nsslapd-maxsasliosize: 50000000
dn: cn=config
changetype: modify
replace: nsslapd-sasl-max-buffer-size
nsslapd-sasl-max-buffer-size: 50000000

View file

@ -19,6 +19,12 @@
- ipa/server
- config
- name: Copy LDIF file for working around annoying IPA bug in initial sync
copy: src=fix_sasl.ldif dest=/usr/share/ipa/fix_sasl.ldif
tags:
- ipa/server
- config
- name: install IPA
command: ipa-server-install
--realm={{ipa_realm}}