From 3ebfd3e8314dffc6f48bf3a950ea132d866b8656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Thu, 9 Apr 2026 13:27:25 +0100 Subject: [PATCH] ITS#6462 clients: Enable DNS SRV resolution for ldaps connections --- clients/tools/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/common.c b/clients/tools/common.c index 4b913dd306..94b6691052 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -1269,7 +1269,7 @@ tool_conn_setup( int dont, void (*private_setup)( LDAP * ) ) goto dnssrv_free; } - rc = ldap_domain2hostlist( domain, &hostlist ); + rc = ldap_domain2hostlist_proto( domain, &hostlist, lud->lud_scheme ); if ( rc ) { fprintf( stderr, "DNS SRV: Could not turn "