summaryrefslogtreecommitdiffstats
path: root/common/ini/ini.d/real.conf
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-05-17 13:21:56 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-05-17 13:52:16 -0400
commit5c65c5a50c496b161c7532055778c9e223185c21 (patch)
tree6834a98bbb35362ba16d9edb0494f3dfdb5f1a02 /common/ini/ini.d/real.conf
parentebb6e30d687a4d6626c735234c85cbb5b06a26aa (diff)
downloadsssd-5c65c5a50c496b161c7532055778c9e223185c21.tar.gz
sssd-5c65c5a50c496b161c7532055778c9e223185c21.tar.xz
sssd-5c65c5a50c496b161c7532055778c9e223185c21.zip
Adding support for explicit 32/64 types (attempt 2).
This is a reworked patch to add support for explicit 32 and 64 bit values in the config files.
Diffstat (limited to 'common/ini/ini.d/real.conf')
-rw-r--r--common/ini/ini.d/real.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/ini/ini.d/real.conf b/common/ini/ini.d/real.conf
index e3348e338..c426ec56f 100644
--- a/common/ini/ini.d/real.conf
+++ b/common/ini/ini.d/real.conf
@@ -50,3 +50,7 @@ long_array = 1 2; 4' ;8p .16/ 32?
double_array = 1.1 2.222222; .4' . ;8p .16/ -32?
empty_value =
space_value = " "
+int32_t = -1000000000
+uint32_t = 3000000000
+int64_t = -1000000000123
+uint64_t = 3000000000123