Dirk Mueller
f91e3ccd6e
Feature Improvements * TOTP now supports TOTP-Time-Offset for tokens with times that are out of sync. See mods-available/totp. * radclient now supports forcing the Request Authenticator and ID for Access-Request packets. * Update dictionary.3gpp. * Update advice on shared secrets, including suggesting a secure method for generating useful secrets. Bug Fixes * Allow proxying by pool / home server name to work with auth+acct servers. * Fix OpenSSL API usage which sometimes caused crash in MS-CHAP Previously it would either always crash immediately, or never crash. * Fix packet statistics. Stop double counting some packets, and track packet statistics even if a socket is closed. * Reverted patch in TTLS which broke compatibility with some systems. * Don't crash in debug mode when multiple intermediate certs are used Patch from Alexander Chernikov. OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=174
23 lines
791 B
Diff
23 lines
791 B
Diff
Index: freeradius-server-3.2.5/src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure
|
|
===================================================================
|
|
--- freeradius-server-3.2.5.orig/src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure
|
|
+++ freeradius-server-3.2.5/src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure
|
|
@@ -1884,7 +1884,7 @@ if test "${with_unixodbc_dir+set}" = set
|
|
fi
|
|
|
|
|
|
-smart_try_dir="$unixodbc_lib_dir /usr/local/unixodbc/lib"
|
|
+smart_try_dir="$unixodbc_lib_dir"
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
@@ -2800,7 +2800,7 @@ fail="$fail libodbc"
|
|
|
|
fi
|
|
|
|
-smart_try_dir="$unixodbc_include_dir /usr/local/unixodbc/include"
|
|
+smart_try_dir="$unixodbc_include_dir"
|
|
|
|
|
|
ac_safe=`echo "sql.h" | sed 'y%./+-%__pm%'`
|