You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that if one follows the example in the WebAccess docs, and tries to enter: deny group badguys
in a firerole, an exception is thrown.
By reading the code, I found out that the solution is VERY simple: I just have to put single or double quotes in the groupname to make it work! So, deny group 'badguys'
is OK and produces no exceptions.
The requirement to have expressions included in quotes is very reasonable, so my proposal is to simply change the example(s) in the docs, according to this requirement.
The text was updated successfully, but these errors were encountered:
jirikuncar
changed the title
Minor ommission in a WebAccess doc example (regarding groups and fireroles) may produce an exception
WebAccess: minor ommission in a doc example (regarding groups and fireroles) may produce an exception
May 7, 2015
* FIX Improves the WebAccess FireRole documentation by providing
corrected example on how to use groups in FireRole definitions.
(closesinveniosoftware#3107)
Signed-off-by: Samuele Kaplun <[email protected]>
Reported-by: Theodoros Theodoropoulos <[email protected]>
* FIX Improves the WebAccess FireRole documentation by providing
corrected example on how to use groups in FireRole definitions.
(closes#3107) (closes#3225)
Signed-off-by: Samuele Kaplun <[email protected]>
Reported-by: Theodoros Theodoropoulos <[email protected]>
It seems that if one follows the example in the WebAccess docs, and tries to enter:
deny group badguys
in a firerole, an exception is thrown.
By reading the code, I found out that the solution is VERY simple: I just have to put single or double quotes in the groupname to make it work! So,
deny group 'badguys'
is OK and produces no exceptions.
The requirement to have expressions included in quotes is very reasonable, so my proposal is to simply change the example(s) in the docs, according to this requirement.
The text was updated successfully, but these errors were encountered: