Mon Mar 12 2012 21:47:47

Asterisk developer's documentation


ast_manager_user Struct Reference

user descriptor, as read from the config file. More...

Collaboration diagram for ast_manager_user:

Data Fields

char * a1_hash
struct ao2_containerblackfilters
int displayconnects
struct ast_haha
int keep
int readperm
char * secret
char username [80]
struct ao2_containerwhitefilters
int writeperm
int writetimeout

Detailed Description

user descriptor, as read from the config file.

Note:
It is still missing some fields -- e.g. we can have multiple permit and deny lines which are not supported here, and readperm/writeperm/writetimeout are not stored.

Definition at line 1025 of file manager.c.


Field Documentation

char* a1_hash

precalculated A1 for Digest auth

Definition at line 1036 of file manager.c.

Referenced by __init_manager(), and auth_http_callback().

Definition at line 1035 of file manager.c.

Referenced by __init_manager(), and authenticate().

Per user Timeout for ast_carefulwrite() XXX unused

Definition at line 1032 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), handle_showmanager(), and manager_displayconnects().

struct ast_ha* ha

ACL setting

Definition at line 1028 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), authenticate(), and handle_showmanager().

int keep

mark entries created on a reload

Definition at line 1033 of file manager.c.

Referenced by __init_manager().

int readperm

Definition at line 1029 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), authenticate(), and handle_showmanager().

char* secret

Definition at line 1027 of file manager.c.

Referenced by __init_manager(), authenticate(), and handle_showmanager().

Definition at line 1034 of file manager.c.

Referenced by __init_manager(), and authenticate().

int writeperm

Authorization for reading

Definition at line 1030 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), authenticate(), and handle_showmanager().

Authorization for writing

Definition at line 1031 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), and authenticate().


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