From cab55250760ad1633ed115564f83750fd91e230d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 26 Aug 2009 14:09:36 -0400 Subject: 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/ --- install/share/ldapi.ldif | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install/share/ldapi.ldif (limited to 'install/share') diff --git a/install/share/ldapi.ldif b/install/share/ldapi.ldif new file mode 100644 index 00000000..607506fd --- /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 + -- cgit