s4:dsdb/schema_syntax: fix dsdb_syntax_INT32/64_validate_ldb() with large values
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Feb 2011 12:08:53 +0000 (13:08 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 May 2018 08:33:03 +0000 (10:33 +0200)
commit7fe190cec9a4349d8bd15921cf04ad590bed884f
tree2dec77ffa74c9a8945edf9cdead95ab19b12e8c2
parent0b9af8bba78c81b3191f5462377ba2078630400e
s4:dsdb/schema_syntax: fix dsdb_syntax_INT32/64_validate_ldb() with large values

We need to reject large values given as an unsigned number value,
the caller needs to give the signed value or negative numbers.

metze
source4/dsdb/schema/schema_syntax.c