s4/schema: teach the schema_syntax code how to encode/decode more attributes
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Sep 2009 02:08:15 +0000 (12:08 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Sep 2009 02:12:49 +0000 (12:12 +1000)
commit0807251154344f93f5aaf6838f62945056b24693
tree82daba17d483e159764b4b2186de4c5b8d3671d0
parent3671c9e99179b22b42acb61bfa751ab93714fdd2
s4/schema: teach the schema_syntax code how to encode/decode more attributes

We were trying to encode strings like 'top' as integers, without first
looking them up in our schema. We need special handling for all the
attributes that contain attributeID_id or governsID_id fields that
should be translated first before encoding.
source4/dsdb/schema/schema_syntax.c