Comware

 View Only
  • 1.  procurve mac-based authentication

    Posted May 11, 2011 09:43 AM
    Hi folks,

    I have a question regarding mac-based authentication using a linux radius server.

    What it should be the format in the users file for the password.

    As far as I know, the user and pass are the mac address, but the system does't authenticate.

    Any info on this is greatly appreciated.

    Thanks


  • 2.  RE: procurve mac-based authentication

    Posted May 11, 2011 11:35 AM
    freeradius2 ?

    /etc/raddb/users
    00-11-22-33-44-55 Cleartext-Password := "00-11-22-33-44-55"
    Reply-Message = "Hello, %{User-Name}"

    /etc/raddb/radiusd.conf
    auth_badpass = yes
    auth_goodpass = yes

    you can locate the format of username/password if you launch the radius-server with
    radiusd -f -X



  • 3.  RE: procurve mac-based authentication

    Posted May 12, 2011 09:28 AM
    Thanks, it was really usefull !

    Marco,