Sat Apr 26 2014 22:03:24

Asterisk developer's documentation


ast_security_event_inval_password Struct Reference

An attempt at basic password auth failed. More...

#include <security_events_defs.h>

Collaboration diagram for ast_security_event_inval_password:

Data Fields

const char * challenge
 Challenge provided.
struct ast_security_event_common common
 Common security event descriptor elements.
const char * received_challenge
 Challenge received.
const char * received_hash
 Hash received.

Detailed Description

An attempt at basic password auth failed.

Definition at line 468 of file security_events_defs.h.


Field Documentation

const char* challenge

Challenge provided.

Note:
required

Definition at line 483 of file security_events_defs.h.

Common security event descriptor elements.

Note:
Account ID required

Definition at line 478 of file security_events_defs.h.

Referenced by report_inval_password(), and sip_report_inval_password().

const char* received_challenge

Challenge received.

Note:
required

Definition at line 488 of file security_events_defs.h.

const char* received_hash

Hash received.

Note:
required

Definition at line 493 of file security_events_defs.h.


The documentation for this struct was generated from the following file: