s4:dsdb Handle backlinks for Windows 2000 level linked attributes
authorAndrew Bartlett <abartlet@samba.org>
Sun, 13 Jun 2010 05:54:23 +0000 (15:54 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 15 Jun 2010 23:57:51 +0000 (09:57 +1000)
commitffa787772fe6b88a846209e1733d004d80c99afc
treeaaef0375b5f416e1f1cc592bd479a3de0b6acd97
parentecfce7365c8d3fffc5b8eeda13b18e2605ff7b02
s4:dsdb Handle backlinks for Windows 2000 level linked attributes

This revives the code from 5964acfa741d691c0196f91c0796122ec025f177,
before tridge and I simplified this too much, and removed the Windows
2000 functional level linked attribute support.

By telling the linked_attributes module that repl_meta_data has
handled the links, we avoid a conflict for the new style (functional
level 2003 and above) linked attributes.  However, we still need
backlinks for 2000 style linked attributes, so this allows that code
in the linked_attributes module to be revived to handle those.

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/linked_attributes.c
source4/dsdb/samdb/ldb_modules/repl_meta_data.c