handle later iniparser version assigning a zero length string value for 'key='
authorNoel Power <noel.power@suse.com>
Tue, 5 Nov 2013 17:24:46 +0000 (17:24 +0000)
committerDavid Disseldorp <ddiss@samba.org>
Wed, 20 Nov 2013 15:12:13 +0000 (16:12 +0100)
commit01cae099e0aab96fc3d3f21cd19b8925180f0351
tree21c37c01819b9e6a8577b65c95c8b1d6014cec65
parent3f77bf2ce318b51547c36f315b34a062ba7afccf
handle later iniparser version assigning a zero length string value for 'key='

older iniparser versions ( like that used in upstream samba ) ignore 'key='
entries, the key is not entered into the dictionary at all. Later
versions of iniparse specifically handle the following special cases

* key=
* key=;
* key=#

by assigning a value of "" ( a zero length string ) to the key
in the dictionary.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Autobuild-User(master): David Disseldorp <ddiss@samba.org>
Autobuild-Date(master): Wed Nov 20 16:12:13 CET 2013 on sn-devel-104
nsswitch/pam_winbind.c