From: Andrew Tridgell Date: Wed, 18 Nov 2009 10:56:24 +0000 (+1100) Subject: s4-ldb: fixed an issue in rename/modify indexing X-Git-Tag: tdb-1.2.0~18 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=3b96d08b299e2fc20fa1c860fcc37fa1a02a72b5;hp=3b96d08b299e2fc20fa1c860fcc37fa1a02a72b5;ds=sidebyside s4-ldb: fixed an issue in rename/modify indexing When we rename or modify a record, we need to update the indexes at the same time. It is important that we use the DN of the actual message that is stored in the database to do this, not the DN that was passed in by the user. If the two differ in case then the index records needs to use the 'real' record DN, as index handling is currently case sensitive. ---