freeradius-server
freeradius-server copied to clipboard
FreeRADIUS - A multi-protocol policy server.
# Issue type - [x] Defect # Defect description Using SLES 12 SP1 with github source compiled version 3.0.13 ```text radiusd: FreeRADIUS Version 3.0.13, for host x86_64-unknown-linux-gnu, built on Nov...
# Issue type - [X] Feature request. # Defect/Feature description If you configure a group membership query like this: ``` membership_attribute = 'memberOf' name_attributes = 'cn' ``` and of course...
# 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]. - [x]...
# 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]. - [x...
# Issue type - [ ] Defect - Crash or memory corruption. - [X] Defect - Non compliance with a standards document, or incorrect API usage. - [ ] Defect...
# Issue type - [ x ] Feature request. # Defect/Feature description It's because `` fr_pair_list_afrom_str`` needs rewriting to use tmpl functions for string parsing. Described here: http://stackoverflow.com/questions/40803060/freeradius-receive-data-from-external-script ## How...
hi, investigating using CRL _if_ the OCSP check fails - rather than doing both CRL _AND_ OCSP for each case. the server, as default...has a 'check CRL' option in EAP...
Basicly a continuation of http://lists.freeradius.org/pipermail/freeradius-users/2015-October/080219.html Witht the default configuration, FreeRADIUS generates warnings about the contents of mods-config/attr_filter/access_reject. We've added the items FreeRADIUS-Response-Delay and FreeRADIUS-Response-Delay-USec in #1216, and we're warned about...
Currently it's not possible to insert binary data into LDAP because the user_modify function just works with strings. It would be better to use radius_map2vp to gather the attribute values...
Coverity doesn't realize that fr_sbuff_out_bstrncpy_allowed() will put something in buff, if only a NUL terminator. Until coverity sees annotations in macro definitions, the only way I know of to avoid...