Project

General

Profile

Actions

Task #1559

closed

Enable wildcard in authorize section of NFD configuration file

Added by Yingdi Yu about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Management
Target version:
Start date:
04/29/2014
Due date:
% Done:

100%

Estimated time:

Description

The authorize section in NFD configuration specifies how to validate NFD command interest.
For some NFD command interest (such as Face management), validation may not be required.
Therefore it would be desired to support wildcard in the authorize section.
An example would be:

authorize
{
  certfile any
  privileges
  {
    faces
  }
}

Since NFD use CommandInterestValidator, this change also requires CommandInterestValidator to support wildcard.

Actions

Also available in: Atom PDF