(sorry - my mistake - perexg)
<dd>
Enables access to all video recording functions. This also include administration of the auto recordings.
- <dt>Username Configs (VR)
+ <dt>All Configs (VR)
<dd>
- Use a DVR configuration profile matched to the authorized user by name
+ Allow to use all DVR configuration profiles. If not set, a DVR
+ configuration profile matched to the authorized user by name is always used
(the configuration profile must have same name as the user). If the DVR
configuration profile does not exists, the default profile is used.
The user is also not allowed to select another profile.
{
.type = PT_BOOL,
.id = "dvrallcfg",
- .name = "Username Configs (VR)",
+ .name = "All Configs (VR)",
.off = offsetof(access_entry_t, ae_dvrallcfg),
},
{
#define ACCESS_FULL \
(ACCESS_STREAMING | ACCESS_ADVANCED_STREAMING | \
- ACCESS_WEB_INTERFACE | ACCESS_RECORDER | ACCESS_ADMIN)
+ ACCESS_WEB_INTERFACE | ACCESS_RECORDER | \
+ ACCESS_RECORDER_ALL | ACCESS_ADMIN)
/**
* Create a new ticket for the requested resource and generate a id for it