Re: [Freeipa-devel] [PATCH] 030 Fix delegation.ldif

2010-12-20 Thread Simo Sorce
On Mon, 20 Dec 2010 15:52:36 +0100
Jakub Hrozek  wrote:

> There was a typo in the delagation LDIF file that caused the LDIF to
> fail to load during installation.

Obviously correct,
ACK and pushed to master.

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 030 Fix delegation.ldif

2010-12-20 Thread Rob Crittenden

Jakub Hrozek wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

There was a typo in the delagation LDIF file that caused the LDIF to
fail to load during installation.


ack, pushed to master

rob

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 030 Fix delegation.ldif

2010-12-20 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

There was a typo in the delagation LDIF file that caused the LDIF to
fail to load during installation.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk0PbbQACgkQHsardTLnvCXGpgCg5dHyih4G+btRmMdc9OU84Q8p
qjQAoNwwGuatbAP7vNkIzOYFch+CSbMQ
=iQII
-END PGP SIGNATURE-
From dff2a30dc88cce7fe287ceba175a49650e68674b Mon Sep 17 00:00:00 2001
From: Jakub Hrozek 
Date: Mon, 20 Dec 2010 15:44:21 +0100
Subject: [PATCH] Fix delegation.ldif typo

---
 install/share/delegation.ldif |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/share/delegation.ldif b/install/share/delegation.ldif
index 235f59b..abd2aae 100644
--- a/install/share/delegation.ldif
+++ b/install/share/delegation.ldif
@@ -581,7 +581,7 @@ aci: (targetattr = "krbprincipalkey || krblastpwdchange")(target = "ldap:///fqdn
 dn: $SUFFIX
 changetype: modify
 add: aci
-aci: (targetattr = "krblrincipalkey || krblastpwdchange")(target = "ldap:///krbprincipalname=*,cn=services,cn=accounts,$SUFFIX";)(version 3.0;acl "Manage service keytab";allow (write) groupdn = "ldap:///cn=manage_service_keytab,cn=permissions,cn=accounts,$SUFFIX";;)
+aci: (targetattr = "krbprincipalkey || krblastpwdchange")(target = "ldap:///krbprincipalname=*,cn=services,cn=accounts,$SUFFIX";)(version 3.0;acl "Manage service keytab";allow (write) groupdn = "ldap:///cn=manage_service_keytab,cn=permissions,cn=accounts,$SUFFIX";;)
 
 # Add the ACI needed to do host enrollment. When this occurs we
 # set the krbPrincipalName, add krbPrincipalAux to objectClass and
-- 
1.7.3.3



freeipa-jhrozek-030-delegation-typo.patch.sig
Description: PGP signature
___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel