Hi, > else you can get into a situation where the compiler assumed the function > (in this case ldap_get_values) returns an int (32bit), but it actually > returns a pointer (64bit on 64 bit systems) which can then get truncated > (which is likely why it always looked the same, because the part that > stayed after the truncation was the same...) > > good debian wiki article about implicit pointer conversion > http://wiki.debian.org/ImplicitPointerConversions > > #define LDAP_DEPRECATED 1 added as the first line in rlm_ldap.c ...
fixed the issue? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

