* Fixed: [when condition error under augment in restconf #227](https://github.com/clicon/clixon/issues/227)
* As part of this fix added custom constant XML_PARENT_CANDIDATE
This commit is contained in:
parent
5b39418e92
commit
1ef7a280d7
8 changed files with 178 additions and 31 deletions
|
|
@ -484,7 +484,7 @@ module clixon-config {
|
|||
type string;
|
||||
default "/usr/local/sbin";
|
||||
description
|
||||
"Path to clixon-restconf daemon binary as used by backend if started internally
|
||||
"Path to dir of clixon-restconf daemon binary as used by backend if started internally
|
||||
Discussion: Somewhat problematic to have it as run time option. It may think it
|
||||
should be known at configure or install time, but for example the main docker
|
||||
installation moves the binaries, and this may be true elsewehere too.
|
||||
|
|
@ -520,7 +520,8 @@ module clixon-config {
|
|||
leaf CLICON_RESTCONF_USER {
|
||||
type string;
|
||||
description
|
||||
"User name for restconf.
|
||||
"Run clixon_daemon as this user
|
||||
When drop privileges is used, the daemon will drop privileges to this user.
|
||||
In pre-5.2 code this was configured as compile-time constant WWWUSER with
|
||||
default value www-data
|
||||
See also CLICON_PRIVILEGES setting";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue