[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ f ] [ g ] [ l ] [ o ] [ p ] [ r ] [ s ] [ u ] [ _ ]

a

$attributes
in file RADIUS.php, variable Auth_RADIUS::$attributes
    List of known attributes.
$authentic
in file RADIUS.php, variable Auth_RADIUS_Acct::$authentic
    Defines where the Authentication was made, possible values are:
addServer
in file RADIUS.php, method Auth_RADIUS::addServer()
    Adds a RADIUS server to the list of servers for requests.
Auth_RADIUS
in file RADIUS.php, class Auth_RADIUS
    class Auth_RADIUS
Auth_RADIUS_Acct
in file RADIUS.php, class Auth_RADIUS_Acct
    class Auth_RADIUS_Acct
Auth_RADIUS_Acct_Start
in file RADIUS.php, class Auth_RADIUS_Acct_Start
    class Auth_RADIUS_Acct_Start
Auth_RADIUS_Acct_Stop
in file RADIUS.php, class Auth_RADIUS_Acct_Stop
    class Auth_RADIUS_Acct_Start
Auth_RADIUS_Acct_Update
in file RADIUS.php, class Auth_RADIUS_Acct_Update
    class Auth_RADIUS_Acct_Update
Auth_RADIUS_CHAP_MD5
in file RADIUS.php, class Auth_RADIUS_CHAP_MD5
    class Auth_RADIUS_CHAP_MD5
Auth_RADIUS_Exception
in file RADIUS.php, class Auth_RADIUS_Exception
Auth_RADIUS_MSCHAPv1
in file RADIUS.php, class Auth_RADIUS_MSCHAPv1
    class Auth_RADIUS_MSCHAPv1
Auth_RADIUS_MSCHAPv2
in file RADIUS.php, class Auth_RADIUS_MSCHAPv2
    class Auth_RADIUS_MSCHAPv2
Auth_RADIUS_PAP
in file RADIUS.php, class Auth_RADIUS_PAP
    class Auth_RADIUS_PAP
top

c

$challenge
in file RADIUS.php, variable Auth_RADIUS_MSCHAPv2::$challenge
    16 Bytes binary challenge
$challenge
in file RADIUS.php, variable Auth_RADIUS_CHAP_MD5::$challenge
    8 Bytes binary challenge
$chapid
in file RADIUS.php, variable Auth_RADIUS_CHAP_MD5::$chapid
    Id of the authentication request. Should incremented after every request.
close
in file RADIUS.php, method Auth_RADIUS_MSCHAPv2::close()
    Frees resources.
close
in file RADIUS.php, method Auth_RADIUS_CHAP_MD5::close()
    Frees resources.
close
in file RADIUS.php, method Auth_RADIUS::close()
    Frees resources.
createRequest
in file RADIUS.php, method Auth_RADIUS_PAP::createRequest()
    Creates an authentication request
createRequest
in file RADIUS.php, method Auth_RADIUS::createRequest()
    Overwrite this.
createRequest
in file RADIUS.php, method Auth_RADIUS_Acct::createRequest()
    Creates an accounting request
top

d

dumpAttributes
in file RADIUS.php, method Auth_RADIUS::dumpAttributes()
    Prints known attributes received from the server.
top

f

$flags
in file RADIUS.php, variable Auth_RADIUS_MSCHAPv1::$flags
    Wether using deprecated LM-Responses or not.
top

g

getAttributes
in file RADIUS.php, method Auth_RADIUS::getAttributes()
    Reads all received attributes after sending the request.
getError
in file RADIUS.php, method Auth_RADIUS::getError()
    Returns an error message, if an error occurred.
top

l

$lmResponse
in file RADIUS.php, variable Auth_RADIUS_MSCHAPv1::$lmResponse
    LAN-Manager-Response
loadExtension
in file RADIUS.php, method Auth_RADIUS::loadExtension()
top

o

open
in file RADIUS.php, method Auth_RADIUS_PAP::open()
    Creates a RADIUS resource
open
in file RADIUS.php, method Auth_RADIUS_Acct::open()
    Creates a RADIUS resource
open
in file RADIUS.php, method Auth_RADIUS::open()
    Overwrite this.
top

p

$password
in file RADIUS.php, variable Auth_RADIUS::$password
    Password for plaintext-authentication (PAP).
$peerChallenge
in file RADIUS.php, variable Auth_RADIUS_MSCHAPv2::$peerChallenge
    16 Bytes binary Peer Challenge
putAttribute
in file RADIUS.php, method Auth_RADIUS::putAttribute()
    Puts an attribute.
putAuthAttributes
in file RADIUS.php, method Auth_RADIUS_Acct::putAuthAttributes()
    Put attributes for accounting.
putAuthAttributes
in file RADIUS.php, method Auth_RADIUS_MSCHAPv1::putAuthAttributes()
    Put MS-CHAPv1 specific attributes
putAuthAttributes
in file RADIUS.php, method Auth_RADIUS_CHAP_MD5::putAuthAttributes()
    Put CHAP-MD5 specific attributes
putAuthAttributes
in file RADIUS.php, method Auth_RADIUS_PAP::putAuthAttributes()
    Put authentication specific attributes
putAuthAttributes
in file RADIUS.php, method Auth_RADIUS::putAuthAttributes()
    Puts custom attributes.
putAuthAttributes
in file RADIUS.php, method Auth_RADIUS_MSCHAPv2::putAuthAttributes()
    Put MS-CHAPv2 specific attributes
putConfigfile
in file RADIUS.php, method Auth_RADIUS::putConfigfile()
    Configures the radius library via external configurationfile
putServer
in file RADIUS.php, method Auth_RADIUS::putServer()
    Configures the radius library.
putStandardAttributes
in file RADIUS.php, method Auth_RADIUS::putStandardAttributes()
    Puts standard attributes.
putVendorAttribute
in file RADIUS.php, method Auth_RADIUS::putVendorAttribute()
    Puts a vendor-specific attribute.
top

r

$rawAttributes
in file RADIUS.php, variable Auth_RADIUS::$rawAttributes
    List of raw attributes.
$rawVendorAttributes
in file RADIUS.php, variable Auth_RADIUS::$rawVendorAttributes
    List of raw vendor specific attributes.
$res
in file RADIUS.php, variable Auth_RADIUS::$res
    Resource.
$response
in file RADIUS.php, variable Auth_RADIUS_CHAP_MD5::$response
    16 Bytes MD5 response binary
RADIUS.php
procedural page RADIUS.php
radius-acct.php
procedural page radius-acct.php
radius-auth.php
procedural page radius-auth.php
RADIUS_UPDATE
in file RADIUS.php, constant RADIUS_UPDATE
top

s

$session_id
in file RADIUS.php, variable Auth_RADIUS_Acct::$session_id
    A uniq identifier for the session of the user, maybe the PHP-Session-Id
$session_time
in file RADIUS.php, variable Auth_RADIUS_Acct::$session_time
    The time the user was logged in in seconds
$status_type
in file RADIUS.php, variable Auth_RADIUS_Acct_Stop::$status_type
    Defines the type of the accounting request.
$status_type
in file RADIUS.php, variable Auth_RADIUS_Acct_Update::$status_type
    Defines the type of the accounting request.
$status_type
in file RADIUS.php, variable Auth_RADIUS_Acct_Start::$status_type
    Defines the type of the accounting request.
$status_type
in file RADIUS.php, variable Auth_RADIUS_Acct::$status_type
    Defines the type of the accounting request, on of:
send
in file RADIUS.php, method Auth_RADIUS::send()
    Sends a prepared RADIUS request and waits for a response
setConfigfile
in file RADIUS.php, method Auth_RADIUS::setConfigfile()
    Sets the configuration-file.
start
in file RADIUS.php, method Auth_RADIUS::start()
    Initiates a RADIUS request.
top

u

$username
in file RADIUS.php, variable Auth_RADIUS::$username
    Username for authentication and accounting requests.
$useStandardAttributes
in file RADIUS.php, variable Auth_RADIUS::$useStandardAttributes
    Switch whether we should put standard attributes or not
top

_

__construct
in file RADIUS.php, method Auth_RADIUS_PAP::__construct()
    Constructor
__construct
in file RADIUS.php, method Auth_RADIUS_CHAP_MD5::__construct()
    Constructor
__construct
in file RADIUS.php, method Auth_RADIUS_Acct::__construct()
    Constructor
__construct
in file RADIUS.php, method Auth_RADIUS::__construct()
    Constructor
top

Documentation generated on Mon, 11 Mar 2019 16:01:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.