tags 587895 patch
thanks

On Fri, Jul 02, 2010 at 01:57:53PM +0200, Petter Reinholdtsen wrote:
> Package: sssd
> Version: 1.2.1-1
> 
> When trying to enable debug output from sssd by adding debug_level = 3
> in the domain/INTERN section, the debug setting is ignored and no
> logging show up in /var/log/sssd/.
> 
> Looking at the sssd processes running, they all got '-d 0', which
> contradicts the -d 3 setting I expected.
> 
> Something is wrong somewhere, and we should fix it.

This change solves the problem.

--- sssd.init.orig      2011-12-07 15:23:33.718549470 +0100
+++ sssd.init   2011-12-07 15:17:43.000000000 +0100
@@ -32,7 +32,7 @@
 # and status_of_proc is working.
 . /lib/lsb/init-functions
 
-if [ -f /etc/default/sssd ] ; then
+if [ -x /etc/default/sssd ] ; then
     . /etc/default/sssd
 fi
 

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to