ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
initialize (&$client) | |
ASCIIToUnicode ($ascii) | |
typeMsg1 ($domain, $workstation) | |
NTLMResponse ($challenge, $password) | |
typeMsg3 ($ntlm_response, $user, $domain, $workstation) | |
start (&$client, &$message, &$interactions) | |
step (&$client, $response, &$message, &$interactions) | |
Data Fields | |
$credentials = array() | |
$state = SASL_NTLM_STATE_START | |
Definition at line 16 of file ntlm_sasl_client.php.
ntlm_sasl_client_class::ASCIIToUnicode | ( | $ascii | ) |
Definition at line 37 of file ntlm_sasl_client.php.
Referenced by NTLMResponse(), and typeMsg3().
ntlm_sasl_client_class::initialize | ( | & | $client | ) |
Definition at line 21 of file ntlm_sasl_client.php.
References $client.
ntlm_sasl_client_class::NTLMResponse | ( | $challenge, | |
$password | |||
) |
Definition at line 66 of file ntlm_sasl_client.php.
References ASCIIToUnicode().
Referenced by step().
ntlm_sasl_client_class::start | ( | & | $client, |
& | $message, | ||
& | $interactions | ||
) |
Definition at line 138 of file ntlm_sasl_client.php.
References $client, SASL_CONTINUE, SASL_FAIL, SASL_NTLM_STATE_IDENTIFY_DOMAIN, and SASL_NTLM_STATE_START.
ntlm_sasl_client_class::step | ( | & | $client, |
$response, | |||
& | $message, | ||
& | $interactions | ||
) |
Definition at line 159 of file ntlm_sasl_client.php.
References $client, NTLMResponse(), SASL_CONTINUE, SASL_FAIL, SASL_NTLM_STATE_DONE, SASL_NTLM_STATE_IDENTIFY_DOMAIN, SASL_NTLM_STATE_RESPOND_CHALLENGE, typeMsg1(), and typeMsg3().
ntlm_sasl_client_class::typeMsg1 | ( | $domain, | |
$workstation | |||
) |
Definition at line 45 of file ntlm_sasl_client.php.
Referenced by step().
ntlm_sasl_client_class::typeMsg3 | ( | $ntlm_response, | |
$user, | |||
$domain, | |||
$workstation | |||
) |
Definition at line 88 of file ntlm_sasl_client.php.
References ASCIIToUnicode().
Referenced by step().
ntlm_sasl_client_class::$credentials = array() |
Definition at line 18 of file ntlm_sasl_client.php.
ntlm_sasl_client_class::$state = SASL_NTLM_STATE_START |
Definition at line 19 of file ntlm_sasl_client.php.