Results 1 to 6 of 6

Thread: What is an Authentication Services - RADIUS in PHP?

  1. #1
    Join Date
    Aug 2006
    Posts
    221

    What is an Authentication Services - RADIUS in PHP?

    Hello friends,
    I am an intermediate programmer, but do not have enough knowledge about the PHP programming language. I am starting with an authentication services that are included in PHP. I want to know about the Radius, which is an authentication service. SO thought that you guys can help me in this topic.!! Please tell me what is an Authentication Services - RADIUS in PHP? Hope tat you got my point and would reply soon.!!
    AMD Sempron 2800+ @ 2Ghz
    Asus A7V8X-LA
    120Gb Seagate barracuda 7200Rpm Ultra-ATA 100
    Elixir 512mb DDR Pc3200 (Soon 1Gb)
    Club 3D Radeon 9600 256Mb
    Lite-On Cd & Dvd writer combo
    IDE-Dvd drive
    400w Psu
    Windows Xp Pro Sp2
    Advent Wireless Mouse & Keyboard.

  2. #2
    Join Date
    Mar 2008
    Posts
    349

    Re: What is an Authentication Services - RADIUS in PHP?

    The radius is the package which is based on the libradius (Remote Authentication Dial In User Service) of FreeBSD. It allows customers to identify and make representations through network applications on remote servers. This PECL extension supports any protocol Radius Authentication for full identification and Radius Accounting. This package is available for Unix (tested on FreeBSD and Linux) but also for Windows. These functions are available in the standard PHP module, which is always available.

  3. #3
    Join Date
    Aug 2006
    Posts
    235

    Re: What is an Authentication Services - RADIUS in PHP?

    The radius is an extension of PECL which is not bundled with PHP. The following are the Predefined Constants :
    • RADIUS_ACCESS_REQUEST ()
    • RADIUS_ACCESS_ACCEPT ()
    • RADIUS_ACCESS_REJECT ()
    • RADIUS_ACCOUNTING_REQUEST ()
    • RADIUS_ACCOUNTING_RESPONSE ()
    • RADIUS_USER_NAME (string)
    • RADIUS_USER_PASSWORD (string)
    • RADIUS_CHAP_PASSWORD (string)
    3.2 (northwood)
    2gig ram
    ATI AIW X800xt 256mb
    Gigabyte GA-8knxp 875p Chipset
    Optiwrite 8X DVD Burner
    Win XP PRO Sp2 (Works Perfectly)
    2 SATA Raptor 74gig Raid 0
    2 7200 IDE 320gig HD

  4. #4
    Join Date
    Jul 2006
    Posts
    286

    Re: What is an Authentication Services - RADIUS in PHP?

    I have provided you more predefined constants that can be useful for you. These constants are defined by this extension, and are only available when the extension has been compiled into PHP or dynamically loaded at runtime. The following are the predefined constants :
    • RADIUS_NAS_IP_ADDRESS (string)
    • RADIUS_NAS_PORT (integer)
    • RADIUS_SERVICE_TYPE (integer)
    • RADIUS_FRAMED_IP_ADDRESS (string)
    • RADIUS_FRAMED_IP_NETMASK (string)
    • RADIUS_FRAMED_ROUTING (integer)
    • RADIUS_FILTER_ID (string)
    IF you hate me, please don't mention it. I know who hates me and who doesn't. You really do not have to make fun of people....

  5. #5
    Join Date
    Jul 2006
    Posts
    442

    Re: What is an Authentication Services - RADIUS in PHP?

    You should follow the steps mentioned below while using the Radius Service :
    1. First, you will have to retrieve a radius resource
    2. Then configure the library
    3. After that create the request
    4. Add the attributes
    5. Send request
    6. After sending retrieve attributes
    7. Lastly close the radius resource (optional)
    "When they give you ruled paper, write the other way..." J.R.J.

  6. #6
    Join Date
    Jan 2008
    Posts
    1,521

    Re: What is an Authentication Services - RADIUS in PHP?

    I have provided you with the functions of Radius that can be useful in coding :
    • radius_acct_open - Creates a Radius handle for accounting
    • radius_add_server - Adds a server
    • radius_auth_open - Creates a Radius handle for authentication
    • radius_close - Frees all resources Radius
    • radius_config - Causes the library to read a given configuration file
    • radius_create_request - Create an account application or identification
    • radius_cvt_addr - Converts raw data to IP address
    • radius_cvt_int - Converts raw data to integer
    • radius_cvt_string - Converts raw data to string
    • radius_demangle_mppe_key - Derives mppe key data from

Similar Threads

  1. How to test Radius authentication for DDWRT
    By Udi-Baba in forum Networking & Security
    Replies: 4
    Last Post: 27-04-2012, 02:27 PM
  2. The Blast radius in Prototype 2 is quite small
    By BSOD.K in forum Video Games
    Replies: 1
    Last Post: 26-04-2012, 01:15 PM
  3. How can I apply QoS profile by using RADIUS attributes?
    By ChittiBabu in forum Networking & Security
    Replies: 2
    Last Post: 04-01-2012, 11:24 AM
  4. Windows Server 2008 NPS RADIUS
    By FFCookie in forum Operating Systems
    Replies: 5
    Last Post: 21-08-2010, 05:31 AM
  5. How to setup RADIUS for WLAN on SBS 2008
    By 2muchreality in forum Small Business Server
    Replies: 2
    Last Post: 29-01-2010, 10:09 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,556,154.10360 seconds with 17 queries