verifypw when used in a boolean TRUE context should be "all", not "any".
This commit is contained in:
@@ -15,8 +15,8 @@ static struct def_values def_data_listpw[] = {
|
|||||||
|
|
||||||
static struct def_values def_data_verifypw[] = {
|
static struct def_values def_data_verifypw[] = {
|
||||||
{ "never", never },
|
{ "never", never },
|
||||||
{ "any", any },
|
|
||||||
{ "all", all },
|
{ "all", all },
|
||||||
|
{ "any", any },
|
||||||
{ "always", always },
|
{ "always", always },
|
||||||
{ NULL, 0 },
|
{ NULL, 0 },
|
||||||
};
|
};
|
||||||
|
@@ -172,7 +172,7 @@ listpw
|
|||||||
verifypw
|
verifypw
|
||||||
T_TUPLE|T_BOOL
|
T_TUPLE|T_BOOL
|
||||||
"When to require a password for 'verify' pseudocommand: %s"
|
"When to require a password for 'verify' pseudocommand: %s"
|
||||||
never any all always
|
never all any always
|
||||||
noexec
|
noexec
|
||||||
T_FLAG
|
T_FLAG
|
||||||
"Preload the dummy exec functions contained in 'noexec_file'"
|
"Preload the dummy exec functions contained in 'noexec_file'"
|
||||||
|
Reference in New Issue
Block a user