Require password for clients command
This commit is contained in:
parent
a6988b2a79
commit
2d326bfc48
2 changed files with 3 additions and 4 deletions
|
@ -2824,7 +2824,6 @@ password:
|
|||
|
||||
@itemize @bullet
|
||||
@item @code{activity}
|
||||
@item @code{clients}
|
||||
@item @code{dns}
|
||||
@item @code{exit}
|
||||
@item @code{help}
|
||||
|
|
6
cmdmon.c
6
cmdmon.c
|
@ -152,9 +152,9 @@ static int permissions[] = {
|
|||
PERMIT_OPEN, /* RTCREPORT */
|
||||
PERMIT_AUTH, /* TRIMRTC */
|
||||
PERMIT_AUTH, /* CYCLELOGS */
|
||||
PERMIT_OPEN, /* SUBNETS_ACCESSED */
|
||||
PERMIT_OPEN, /* CLIENT_ACCESSES (by subnet) */
|
||||
PERMIT_OPEN, /* CLIENT_ACCESSES_BY_INDEX */
|
||||
PERMIT_AUTH, /* SUBNETS_ACCESSED */
|
||||
PERMIT_AUTH, /* CLIENT_ACCESSES (by subnet) */
|
||||
PERMIT_AUTH, /* CLIENT_ACCESSES_BY_INDEX */
|
||||
PERMIT_OPEN, /* MANUAL_LIST */
|
||||
PERMIT_AUTH, /* MANUAL_DELETE */
|
||||
PERMIT_AUTH, /* MAKESTEP */
|
||||
|
|
Loading…
Reference in a new issue