Skip to main content

RADIUS tools

Project description

https://github.com/pyradius/pyrad/actions/workflows/python-test.yml/badge.svg?branch=master https://coveralls.io/repos/github/pyradius/pyrad/badge.svg?branch=master https://img.shields.io/pypi/v/pyrad.svg https://img.shields.io/pypi/pyversions/pyrad.svg https://img.shields.io/pypi/dm/pyrad.svg Documentation Status https://img.shields.io/pypi/l/pyrad.svg https://img.shields.io/badge/Chat-darkgreen

Introduction

pyrad is an implementation of a RADIUS client/server as described in RFC2865. It takes care of all the details like building RADIUS packets, sending them and decoding responses.

Here is an example of doing a authentication request:

from pyrad.client import Client
from pyrad.dictionary import Dictionary
import pyrad.packet

srv = Client(server="localhost", secret=b"Kah3choteereethiejeimaeziecumi",
             dict=Dictionary("dictionary"))

# create request
req = srv.CreateAuthPacket(code=pyrad.packet.AccessRequest,
                           User_Name="wichert", NAS_Identifier="localhost")
req["User-Password"] = req.PwCrypt("password")

# send request
reply = srv.SendPacket(req)

if reply.code == pyrad.packet.AccessAccept:
    print("access accepted")
else:
    print("access denied")

print("Attributes returned by server:")
for i in reply.keys():
    print("%s: %s" % (i, reply[i]))

Requirements & Installation

pyrad requires Python 3.8 or later

Installing is simple; pyrad uses the standard distutils system for installing Python modules:

python setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrad-2.5.0.tar.gz (60.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyrad-2.5.0-py3-none-any.whl (69.5 kB view details)

Uploaded Python 3

File details

Details for the file pyrad-2.5.0.tar.gz.

File metadata

  • Download URL: pyrad-2.5.0.tar.gz
  • Upload date:
  • Size: 60.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for pyrad-2.5.0.tar.gz
Algorithm Hash digest
SHA256 c5cf4adf6f9c99d6cb2af5658e6e10c4f092e67d79056eb4cf6858355c286b22
MD5 7216cfa4a47ec6b00894735e83ba07f8
BLAKE2b-256 895930e3adfc828a72368d435236c68a5eb44b726b37cd335bce6237d9a6cd56

See more details on using hashes here.

File details

Details for the file pyrad-2.5.0-py3-none-any.whl.

File metadata

  • Download URL: pyrad-2.5.0-py3-none-any.whl
  • Upload date:
  • Size: 69.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for pyrad-2.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bff0c3f1aa6be5913fc69b46d3ca1d98e9e9168312f0e71a2f9da9fb54a7b619
MD5 7d36e268b73058c18f7038c87cb679ce
BLAKE2b-256 6635490aa2511b069db16e5a7561816c328112ddfd10fb431ddd11f24b65c8e8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page