summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2009-08-26 14:09:36 -0400
committerRob Crittenden <rcritten@redhat.com>2009-08-27 13:36:58 -0400
commitcab55250760ad1633ed115564f83750fd91e230d (patch)
tree059651fa5008c50d17c8b01a1521705bee9f2478 /install/share
parent08fc563212faeca9aa4dc9339acedcac3751ca5d (diff)
downloadfreeipa-cab55250760ad1633ed115564f83750fd91e230d.tar.gz
freeipa-cab55250760ad1633ed115564f83750fd91e230d.tar.xz
freeipa-cab55250760ad1633ed115564f83750fd91e230d.zip
Enable ldapi connections in the management framework.
If you don't want to use ldapi then you can remove the ldap_uri setting in /etc/ipa/default.conf. The default for the framework is to use ldap://localhost:389/
Diffstat (limited to 'install/share')
-rw-r--r--install/share/ldapi.ldif6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/share/ldapi.ldif b/install/share/ldapi.ldif
new file mode 100644
index 000000000..607506fd1
--- /dev/null
+++ b/install/share/ldapi.ldif
@@ -0,0 +1,6 @@
+# Enable the ldapi listener
+dn: cn=config
+changetype: modify
+replace: nsslapd-ldapilisten
+nsslapd-ldapilisten: on
+