Registriert seit: 3. Sep 2023
346 Beiträge
|
AW: Umstellung LDAP auf SSL/TLS
17. Mai 2024, 13:45
Delphi-Quellcode:
//LDAPCheck(ldap_get_option(fConn, LDAP_OPT_SSL, FSSL));
LDAPCheck(ldap_get_option(fConn, LDAP_OPT_SSL, @FSSL)); ??
Also notice that FSSL and FVersion should be NativeUInt.
Kas
|