]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
point to ltb-project which may have OpenSSL-compatible libraries
authorAlan T. DeKok <aland@freeradius.org>
Sat, 15 Feb 2025 17:26:09 +0000 (12:26 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 15 Feb 2025 17:26:09 +0000 (12:26 -0500)
src/modules/rlm_ldap/ldap.c

index d35cb20f36257f39c233e59e9fd2f5f21e155278..19ff0b33164b50083ef50c1f671d8f431fa59ea0 100644 (file)
@@ -1382,6 +1382,9 @@ int rlm_ldap_global_init(rlm_ldap_t *inst)
                                WARN("!! There may be random issues with TLS connections due to this conflict.");
                                WARN("!! The server may also crash.");
                                WARN("!! See https://wiki.freeradius.org/modules/Rlm_ldap for more information.");
+                               WARN("!!");
+                               WARN("!! Perhaps also see https://ltb-project.org/download.html");
+                               WARN("!! Which may have a pre-build package of libldap which links to OpenSSL.");
                                WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
                        }
 #if defined(LDAP_OPT_X_TLS_CTX) && defined(HAVE_OPENSSL_SSL_H)