User-Name containing an empty string.
"Georges Arnould" <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Message-ID | <000901c4d21f$bb778d50$6c16a8c0@winbebert> |
Hello,
I am working with a PSTN/VoIP gateway that can send an empty User-Name.
The released radiusd responds nothing or Access-Reject, depending on the
config reject-malformed-names value.
Because I wanted radiusd to answer Access-Accept, I patched radiusd in
order to support a "accept-null-names" setup variable and added the
corresponding code to radiusd.[ch], auth.c and files.c ...
Once my patch finished, I wondered if there was another and smartier way
to force radiusd to send a Access-Accept answer for null User-Name.
Any idea for me ?