my change in web-lib-funcs.pl (line 10224) # Switch to TLS mode if ($args->{'tls'} eq "1_1" or $args->{'tls'} eq "1_2") { eval { $mesg = $ldap->start_tls(sslversion => "TLSv$args->{'tls'}"); }; } else { # default eval { $mesg = $ldap->start_tls(); }; }
Unfortunatly, this is no option. The LDAP server is not under my control. Could the tls variable in the connect string of userdb be used to define the sslversion? Eg. ...scheme=ldap&tls=1_2 when start_tls(sslversion => 'TLSv1_2') is required
LDAP userdb : SSL connect attempt failed because of handshake problems
syntax error in filemin/acl_security.pl line 8
when I substitute switch_to_remote_user(); with &get_paths(); in filemin/bookmark.cgi...
that works for me in authentic theme when I apply the change of https://github.com/qooob/authentic-theme/issues/490...
thats right, but local @remote_user_info = getpwnam($remote_user); in print_interface()...
Yes the code is copied from there. It looks like get_paths is not called prior to...