On Tue, 18 Jan 2011 16:31:21 +0100 Jakub Hrozek <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 01/18/2011 11:15 AM, Jan Zelený wrote: > > I've already posted a patch to SSSD to keep up with this change. > > > > https://fedorahosted.org/freeipa/ticket/762 > > > > Nack, breaks the installation: > > [18/29]: adding default layout > root : CRITICAL Failed to load bootstrap-template.ldif: Command > '/usr/bin/ldapmodify -h vm-122.idm.lab.bos.redhat.com -v -f > /tmp/tmpc5sGli -x -D cn=Directory Manager -y /tmp/tmpWGDQtv' returned > non-zero exit status 32 Ok I fixed this problem by squashing in the attached patch. With the patch it passed my tests so I acked and pushed to master. Simo. -- Simo Sorce * Red Hat, Inc * New York
>From a3e31015fdad457f49d33c297cc20038edf5be2e Mon Sep 17 00:00:00 2001 From: Simo Sorce <[email protected]> Date: Tue, 18 Jan 2011 11:06:15 -0500 Subject: [PATCH] Fix hbac patch --- install/share/bootstrap-template.ldif | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index d22f62c859fdfefe68a2d9cc15529289f1bda445..dc1f8cbea646a7ba15110a068a50d83e18edaf30 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -70,6 +70,12 @@ objectClass: automount automountKey: /- automountInformation: auto.direct +dn: cn=hbac,$SUFFIX +changetype: add +objectClass: top +objectClass: nsContainer +cn: hbac + dn: cn=hbacservices,cn=hbac,$SUFFIX changetype: add objectClass: top @@ -106,12 +112,6 @@ objectClass: top objectClass: nsContainer cn: sudorules -dn: cn=hbac,$SUFFIX -changetype: add -objectClass: top -objectClass: nsContainer -cn: hbac - dn: cn=etc,$SUFFIX changetype: add objectClass: nsContainer -- 1.7.3.4
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
