r18504: Handle mappings for RENAME and KEEP attributes better. We don't need
commit079097cb0cea52c3b4f16f478f3ea51964855871
authorAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2006 07:57:49 +0000 (14 07:57 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2006 07:57:49 +0000 (14 07:57 +0000)
treed5d3157139d4067b79974821ab96a6ac251c1f5f
parent5a65c7ff8097f6a3261595352b22d6894d9018a7
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