[Freeipa-devel] [PATCH 2 of 7] Fix ldif to work with ldapmodify in openldap-2.4.x

Mark McLoughlin markmc at redhat.com
Thu Dec 13 09:35:04 UTC 2007


# HG changeset patch
# User Mark McLoughlin <markmc at redhat.com>
# Date 1197538288 0
# Node ID 923f20a9c99d57329b40e85fec99d1b92ff0ab77
# Parent  b8e1fbcf87d528c0c3b6d89d5306bea0bdb942c1
Fix ldif to work with ldapmodify in openldap-2.4.x

It seems that in openldap-2.4.x ldapmodify has gotten somewhat
more picky about the ldif it accepts. See here for more details:

  https://bugzilla.redhat.com/422251

Not sure whether ldapmodify will be fixed, but for now just
fix the ldif.

Signed-off-by: Mark McLoughlin <markmc at redhat.com>

diff -r b8e1fbcf87d5 -r 923f20a9c99d ipa-server/ipa-install/share/bootstrap-template.ldif
--- a/ipa-server/ipa-install/share/bootstrap-template.ldif	Thu Dec 13 09:31:28 2007 +0000
+++ b/ipa-server/ipa-install/share/bootstrap-template.ldif	Thu Dec 13 09:31:28 2007 +0000
@@ -2,6 +2,8 @@ changetype: modify
 changetype: modify
 add: objectClass
 objectClass: pilotObject
+-
+add: info
 info: IPA V1.0
 
 dn: cn=accounts,$SUFFIX
diff -r b8e1fbcf87d5 -r 923f20a9c99d ipa-server/ipa-install/share/referint-conf.ldif
--- a/ipa-server/ipa-install/share/referint-conf.ldif	Thu Dec 13 09:31:28 2007 +0000
+++ b/ipa-server/ipa-install/share/referint-conf.ldif	Thu Dec 13 09:31:28 2007 +0000
@@ -2,6 +2,10 @@ changetype: modify
 changetype: modify
 replace: nsslapd-pluginenabled
 nsslapd-pluginenabled: on
+-
+add: nsslapd-pluginArg7
 nsslapd-pluginArg7: manager
+-
+add: nsslapd-pluginArg8
 nsslapd-pluginArg8: secretary
 




More information about the Freeipa-devel mailing list