Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
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:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

An attempt at basic password auth failed.

Definition at line 455 of file security_events_defs.h.

Field Documentation

◆ challenge

const char* challenge

Challenge provided.

Note
required

Definition at line 470 of file security_events_defs.h.

◆ common

Common security event descriptor elements.

Note
Account ID required

Definition at line 465 of file security_events_defs.h.

Referenced by evt_gen_inval_password(), and report_inval_password().

◆ received_challenge

const char* received_challenge

Challenge received.

Note
required

Definition at line 475 of file security_events_defs.h.

◆ received_hash

const char* received_hash

Hash received.

Note
required

Definition at line 480 of file security_events_defs.h.


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