summaryrefslogtreecommitdiff
path: root/lib/ldb/ldb_map/ldb_map_inbound.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-15lib/ldb fix compiler warningsChristian Ambach1-2/+2
about potentially uninitialized variables Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 35b4ba0193d783d85283b07f520f0af8dc2c1260)
2014-07-15Add LDB_MAP_RENDROP optionHoward Chu1-5/+12
Like LDB_MAP_RENAME, but drop the attribute if it occurs in an Add request. Used for distinguishedName attribute, is read-only and generated but for some bizarre reason AD allows it in an Add request. Signed-off-by: Howard Chu <hyc@symas.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@symas.com> (cherry picked from commit 93f3aba5e083976a791b982b2064b619800ce110)
2011-10-20dsdb: improve debug messageAndrew Tridgell1-3/+3
show the reply type in "Invalid reply type" messages Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 20 00:57:05 CEST 2011 on sn-devel-104
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+837
Signed-off-by: Andrew Tridgell <tridge@samba.org>