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:
parent
8fba1c1f4c
commit
b1fbff5b1c
2 changed files with 15 additions and 0 deletions
9
roles/ipa/server/files/fix_sasl.ldif
Normal file
9
roles/ipa/server/files/fix_sasl.ldif
Normal 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
|
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue