pyrad icon indicating copy to clipboard operation
pyrad copied to clipboard

Python RADIUS Implementation

Results 90 pyrad issues
Sort by recently updated
recently updated
newest added
trafficstars

We are trying to developed own ruleset by using Abc.py file dynamic But Server.py did't take data if i have changed the file value. In short suppose my server.py is...

support

I was running Pyrad in order to compare my analysis with similar one performed in 2017. During the running of step 3 the program stopped and indicated the error 'IndexError:...

need-info

Hi, any idea why the acct.py example is creating `pyrad.packet.PacketError: Packet verification failed` on the server_async.py and runs into timeout ? Thanks for your help. Best Regards Thomas

bug

I am invoking the client with the following code ```python from pyrad.dictionary import Dictionary from pyrad.client import Client client = Client(server="192.168.1.1", secret=b"test", dict=Dictionary("/usr/share/freeradius/dictionary")) ``` And I get following error ```txt...

Hey guys my pyrad server works quite fine but the client does not join the network even after sending the correct access accept response with the correct attributes set but...

Hello people and thank you for your work and for sharing it. I have a server with pyrad, and a client is behind a PPPoE link with MTU 1492, both...

When defining a client host `0.0.0.0` for a CoA radius Server, then a KeyError will occur when handling a CoA packet. ``` File ".../pyrad/server.py", line 250, in _HandleCoaPacket pkt.secret =...

fixed

When defining a client host `0.0.0.0` for a CoA radius Server, then a KeyError will occur when handling a CoA packet. File ".../pyrad/server.py", line 250, in _HandleCoaPacket pkt.secret = self.hosts[pkt.source[0]].secret...