r18504: Handle mappings for RENAME and KEEP attributes better. We don't need
authorAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2006 07:57:49 +0000 (07:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:40 +0000 (14:18 -0500)
commit595c141a69ea0744fccba477717a71fa4abeb825
tree539cb4239cc4531625f7fbab8d70f7a1d116a5f6
parenta9aa6d0c67985bfebb43be90a81b6d0a4fbcd8ad
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
(This used to be commit 81d9a692c1e74ec9078bf718003eafdba85b4324)
source4/dsdb/samdb/ldb_modules/entryUUID.c
source4/lib/ldb/modules/ldb_map_outbound.c