Giter Site home page Giter Site logo

dotnet-radius-client-library's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

vforteli

dotnet-radius-client-library's Issues

VSA logic incomplete

I've fleshed out the VSA parsing and will share those modified files here.

The result is that VSA attribute replies in reply are exposed via properties


foreach ($attrib in $response.Packet.Attributes)
{
    if ($attrib.AttributeType -eq [Ais.Net.Radius.Attributes.AttributeType]::VendorSpecific)
    {
        "VenType  " + $attrib.VendorType
        "VenID    " + $attrib.VendorId
        "rfc      " + $attrib.AttributeSpecific
        " - "
    }
}

Original issue reported on code.google.com by [email protected] on 21 Oct 2014 at 12:06

Attachments:

Connection Help

Hi, i am not sure how to contact you.

I have a radius server that is up and running and i can connect to it using 
other radius test clients.

However, i am trying to create a .NET client application using this library and 
i get a connection error.

"A connection attempt failed because the connected party did not properly 
respond after a period of time, or established connection failed because 
connected host has failed to respond"

The radius server does work with other test clients.

I am new to radius servers and I am trying to figure it all out. Hoping you 
could help.

Here is my code.

        Dim radiusClient = New Ais.Net.Radius.Client("192.168.0.100", 1812, "test")
        Dim request = New Ais.Net.Radius.AccessRequest("127.0.0.1", ServiceType.Login, "kim123", "1234", radiusClient)
        Dim response = radiusClient.Send(request, True, 4)

Original issue reported on code.google.com by [email protected] on 25 Nov 2011 at 7:09

Update AttributeType.cs to support RFC 2868 attributes.

Updated file attached.   Would you consider checking this in and updating the 
binary?

It provides support for these attributes:

Tunnel-Type
Tunnel-Medium-Type
Tunnel-Client-Endpoint
Tunnel-Server-Endpoint
Tunnel-Password
Tunnel-Private-Group-ID
Tunnel-Assignment-ID
Tunnel-Preference
Tunnel-Client-Auth-ID
Tunnel-Server-Auth-ID

Original issue reported on code.google.com by [email protected] on 8 Oct 2014 at 1:08

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.