mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-27 12:17:25 -04:00
ITS#6462 clients: Enable DNS SRV resolution for ldaps connections
This commit is contained in:
parent
ed30d827d3
commit
3ebfd3e831
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue