fixed DRS rename of deleted objects
authorAndrew Tridgell <tridge@samba.org>
Tue, 25 Aug 2009 07:00:27 +0000 (17:00 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 25 Aug 2009 07:00:27 +0000 (17:00 +1000)
commit61ca4c491e1c13eb7d97847f743b0f540f1117c4
tree549708cdefe3fca881f2de90cd84cdacb891af2a
parent3c7cbd60e5a63496a523086fdfcf5c43301e78f7
fixed DRS rename of deleted objects

The objectclass module checks that the target parent exists, and
refuses renames if it doesn't exist. For this to work for deleted
objects we have to do the search in the objectclass module with the
"show deleted" control enabled.
source4/dsdb/samdb/ldb_modules/objectclass.c