[SSSD] [PATCH] SSSDConfig: Handle integer parsing more leniently

Jakub Hrozek jhrozek at redhat.com
Tue Oct 25 20:07:42 UTC 2011


On Tue, Oct 25, 2011 at 11:08:30AM -0400, Stephen Gallagher wrote:
> Allow the base to be auto-detected rather than limited to base 10
> 
> Fixes https://fedorahosted.org/sssd/ticket/1057

Ack

feel free to squash in the attached one liner I used to test the patch
-------------- next part --------------
>From 70fe63f5cb1656d9d363b2095b46e0ec979cf5df Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Tue, 25 Oct 2011 22:06:50 +0200
Subject: [PATCH] hexa integer test

---
 src/config/testconfigs/sssd-valid.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config/testconfigs/sssd-valid.conf b/src/config/testconfigs/sssd-valid.conf
index f4be079..a2824d3 100644
--- a/src/config/testconfigs/sssd-valid.conf
+++ b/src/config/testconfigs/sssd-valid.conf
@@ -23,7 +23,7 @@ debug_level = 0
 [domain/IPA]
 id_provider = ldap
 auth_provider = krb5
-debug_level = 0
+debug_level = 0xFF0
 
 [domain/LOCAL]
 id_provider = local
-- 
1.7.6.4



More information about the sssd-devel mailing list