[SSSD] [PATCH] Change hbacservices/groups container (1-2 branch)

Sumit Bose sbose at redhat.com
Thu Feb 17 10:58:22 UTC 2011


Hi,

this patch changes the container for the hbacservices and -groups to be
able to work with the latest FreeIPA betas and RCs.

bye,
Sumit
-------------- next part --------------
From 4ad13318e56a843c0dddd9c094ddbf2f30451967 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Thu, 17 Feb 2011 09:47:30 +0100
Subject: [PATCH] Change hbacservices/groups container

The containers store store hbacservices and hbacservicegroups
definitions were changed in recent versions of FreeIPA.
---
 src/providers/ipa/ipa_access.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/providers/ipa/ipa_access.c b/src/providers/ipa/ipa_access.c
index c90d63a..a7a3036 100644
--- a/src/providers/ipa/ipa_access.c
+++ b/src/providers/ipa/ipa_access.c
@@ -54,8 +54,8 @@
 
 #define IPA_HOST_BASE_TMPL "cn=computers,cn=accounts,%s"
 #define IPA_HBAC_BASE_TMPL "cn=hbac,%s"
-#define IPA_SERVICES_BASE_TMPL "cn=hbacservices,cn=accounts,%s"
-#define IPA_SERVICEGROUPS_BASE_TMPL "cn=hbacservicegroups,cn=accounts,%s"
+#define IPA_SERVICES_BASE_TMPL "cn=hbacservices,cn=hbac,%s"
+#define IPA_SERVICEGROUPS_BASE_TMPL "cn=hbacservicegroups,cn=hbac,%s"
 
 #define SYSDB_HBAC_BASE_TMPL "cn=hbac,"SYSDB_TMPL_CUSTOM_BASE
 
-- 
1.7.4



More information about the sssd-devel mailing list