Require password for clients command

This commit is contained in:
Miroslav Lichvar 2010-12-06 15:32:06 +01:00
parent a6988b2a79
commit 2d326bfc48
2 changed files with 3 additions and 4 deletions

View file

@ -2824,7 +2824,6 @@ password:
@itemize @bullet
@item @code{activity}
@item @code{clients}
@item @code{dns}
@item @code{exit}
@item @code{help}

View file

@ -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 */