[SSSD] [PATCH] Fix the default sssd.conf path

Jakub Hrozek jhrozek at redhat.com
Tue Jun 5 13:14:00 UTC 2012


Sorry, I didn't notice during the review, only when I was triaging Rob's
#1363.
-------------- next part --------------
>From 926f065eb2f4724bec14a7e13c9bd5a4d4574547 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Tue, 5 Jun 2012 15:12:28 +0200
Subject: [PATCH] Fix the default sssd.conf path

---
 src/config/SSSDConfig/__init__.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index e594713b71c35b2766ad3e404431d9659f941d30..6d5a25c19a1d42ebfe3e6fb7da41d7543d150163 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -1290,7 +1290,7 @@ class SSSDConfig(SSSDChangeConf):
 
         if not configfile:
             #TODO: get this from a global setting
-            configfile = '@sysconfdir@/sssd.conf'
+            configfile = '@sysconfdir@/sssd/sssd.conf'
         # open will raise an IOError if it fails
         fd = open(configfile, 'r')
 
-- 
1.7.10.2



More information about the sssd-devel mailing list