ITS#6462 clients: Enable DNS SRV resolution for ldaps connections

This commit is contained in:
Ondřej Kuzník 2026-04-09 13:27:25 +01:00 committed by Quanah Gibson-Mount
parent ed30d827d3
commit 3ebfd3e831

View file

@ -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 "