Define entry and head types for tmpl request references.
More...
#include <tmpl.h>
|
| FR_DLIST_HEAD (tmpl_request_list) _CONST *request_def |
| < Point in dictionary tree to resume parsing from.
|
|
Define entry and head types for tmpl request references.
Definition at line 277 of file tmpl.h.
◆ FR_DLIST_HEAD()
tmpl_attr_rules_s::FR_DLIST_HEAD |
( |
tmpl_request_list |
| ) |
|
< Point in dictionary tree to resume parsing from.
If this is provided then dict_def request_def and list_def will be ignored and the presence of any of those qualifiers will be treated as an error. Default request to use with unqualified attribute references. If NULL the request is assumed to but the current request. Usually this will be one of
- tmpl_request_def_current
- tmpl_request_def_outer
- tmpl_request_def_parent If a custom list needs to be used it should be allocated on the stack and a pointer to it placed here.
◆ allow_foreign
uint8_t tmpl_attr_rules_s::allow_foreign |
Allow arguments not found in dict_def.
Definition at line 317 of file tmpl.h.
◆ allow_unknown
uint8_t tmpl_attr_rules_s::allow_unknown |
Allow unknown attributes i.e.
attributes defined by OID string.
Definition at line 306 of file tmpl.h.
◆ allow_unresolved
uint8_t tmpl_attr_rules_s::allow_unresolved |
Allow attributes that look valid but were not found in the dictionaries.
This should be used as part of a multi-pass approach to parsing.
Definition at line 309 of file tmpl.h.
◆ allow_wildcard
uint8_t tmpl_attr_rules_s::allow_wildcard |
Allow the special case of .
[*] representing all children of a structural attribute.
Definition at line 314 of file tmpl.h.
◆ bare_word_enum
uint8_t tmpl_attr_rules_s::bare_word_enum |
for v3 compatibility.
Definition at line 323 of file tmpl.h.
◆ dict_def
Default dictionary to use with unqualified attribute references.
Definition at line 278 of file tmpl.h.
◆ disallow_filters
uint8_t tmpl_attr_rules_s::disallow_filters |
disallow filters.
Definition at line 319 of file tmpl.h.
◆ disallow_rhs_resolve
uint8_t tmpl_attr_rules_s::disallow_rhs_resolve |
map RHS is NOT immediately resolved in the context of the LHS.
Definition at line 325 of file tmpl.h.
◆ list_def
Default list to use with unqualified attribute reference.
Definition at line 300 of file tmpl.h.
◆ list_presence
Whether the attribute reference can have a list, forbid it, or require it.
Definition at line 303 of file tmpl.h.
◆ xlat
for %{User-Name}
Definition at line 321 of file tmpl.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/freeradius-server/freeradius-server/src/lib/server/tmpl.h