]> git.ipfire.org Git - thirdparty/samba.git/commit
ldap_client: Make ldap_parse_basic_url take care of ldapi as well
authorVolker Lendecke <vl@samba.org>
Thu, 25 Jun 2020 19:20:04 +0000 (21:20 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 2 Jul 2020 10:38:34 +0000 (10:38 +0000)
commit011a2a82953fa910e1e7dee9862fbb5deaae8651
treef13f8be0c1fe4f70074c764c49dc8848f63b9a0f
parent9d988ce090fa1755ac203d74b759f210249966ed
ldap_client: Make ldap_parse_basic_url take care of ldapi as well

SUSV4's sscanf has the %m modifier, which allocates the right
amount. Remove those SMB_ASSERTS for string buffers.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source4/libcli/ldap/ldap_client.c