freeradius-server
freeradius-server copied to clipboard
FreeRADIUS - A multi-protocol policy server.
### What type of defect/bug is this? Crash or memory corruption (segv, abort, etc...) ### How can the issue be reproduced? Use rlm_ldap ### Log output from the FreeRADIUS daemon...
When the system is in FIPS mode, certain algorithms are removed from the system default provider, including MD5 and MD4. These won't be available even if the default and legacy...
* Add support for libcouchbase3.3.x * Drop use of libfreeradius deprecated functions.
Without the fix I get the following when trying to build rpm with -g (CFLAGS=-g make rpm) on CentOS 7: ``` cpio: freeradius-4.0.0-1.el7.x86_64/src/bin/dhcpclient.c: Cannot stat: No such file or directory...
# Issue type - Questions about the server or its usage should be posted to the [users mailing list](http://freeradius.org/list/users.html). - Remote security exploits **MUST** be sent to [email protected]. - [...
For FR_TYPE_SECRET, buffers should be allocated from an mlocked pool, which should secure memset the objects to zero when they're freed. The pool should be page aligned and reuse the...
# Issue type - Defect - Unexpected behaviour. # Defect ## How to reproduce the issue Prepare the following LDAP users ``` dn: uid=test0601,ou=People,dc=example,dc=com objectClass: account objectClass: posixAccount objectClass: radiusprofile...
Allows a virtual server to receive requests as entries change in an LDAP directory which could be used to trigger CoA or disconnect packets. Three variants of persistent search implementation...
Add the ability to cache the EAP state using the cache module.
On systems where the libp11 "pkcs11" [OpenSSL ENGINE plugin](https://github.com/OpenSC/libp11) is installed, allow the user to request keys and certs from an HSM or smartcard instead of storing them in the...