r18910: Change ldb_msg_add_string() to not actually add an attribute if the
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 Sep 2006 01:21:34 +0000 (01:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:14:45 +0000 (12:14 -0500)
commit9e66df05a4df3d3c7b02048d80e2661103d1d40a
treecddf54c1c11a8cdcbbc302afb531620023118305
parent0c770467519e73897462e730c3226e65668d3890
r18910: Change ldb_msg_add_string() to not actually add an attribute if the
string is zero length. This allows callers to not have to worry about
creating an invalid ldap attribute.

See extensive discussion on samba-technical list :-)
source/lib/ldb/common/ldb_msg.c