]> git.sur5r.net Git - openldap/commit
Define SLAP_STRTOL macro for integerBitAndMatch() and integerBitOrMatch()
authorLuke Howard <lukeh@openldap.org>
Sun, 21 Sep 2003 06:26:43 +0000 (06:26 +0000)
committerLuke Howard <lukeh@openldap.org>
Sun, 21 Sep 2003 06:26:43 +0000 (06:26 +0000)
commit3846a8881a5c5baf766619d6fa85302925abae89
tree0dff2de9b28c7dec87d4fa30f2097a3a832cb434
parent0143bfaaee9e5f0e530bb6c6f1ce6cf30becb869
Define SLAP_STRTOL macro for integerBitAndMatch() and integerBitOrMatch()
usage - necessary to use larger types for interop with a certain client
that would expect the assertion (attr:1.2.840.113556.1.4.803:=2147483648)
to match a signed value (eg. -2147483646).

There are probably better / more portable solutions; review appreciated.
servers/slapd/schema_init.c