s4-dsdb: add auto-normalisation of attributes
authorAndrew Tridgell <tridge@samba.org>
Tue, 9 Aug 2011 04:41:20 +0000 (14:41 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 9 Aug 2011 09:56:23 +0000 (11:56 +0200)
commit4ede333f468b36fb7435c9de1216da3b66bf0490
tree2fb641d6df7f893ca29432fc89fe732d673a1450
parent2ba18d89eb066cf52d8bbd18a28e494bb4247d9c
s4-dsdb: add auto-normalisation of attributes

this auto-normalises some attributes when they are added/modified. The
list that we auto-normalise is currently:

Boolean
INT32
INTEGER
UTC_TIME

This fixes a problem with groupType being stored in an unnormalised
form

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/objectclass_attrs.c
source4/dsdb/schema/schema.h
source4/dsdb/schema/schema_syntax.c