r18504: Handle mappings for RENAME and KEEP attributes better. We don't need
commit81d9a692c1e74ec9078bf718003eafdba85b4324
authorAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2006 07:57:49 +0000 (14 07:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:40 +0000 (10 14:18 -0500)
tree7394a2550aadcc259527f89a1116a394ea464cf7
parentace406a36ebbed230bf6c844e4639bac5e6c9882
r18504: Handle mappings for RENAME and KEEP attributes better.  We don't need
to mess with the values in these cases.

Where we do convert the values, try and convert substrings.  This
isn't going to be perfect, but we should try rather than segfault.

This also avoids using the wrong arm of the union for the attribute
name

The change in the entryUUID module is to correct the case of
sAMAccountName, due to the case sensitive ldap.js test.

Andrew Bartlett
source/dsdb/samdb/ldb_modules/entryUUID.c
source/lib/ldb/modules/ldb_map_outbound.c