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
`
2) set up a guest rule list that only premits 'read'
`
true
permit
permit
permit
guest
tomd
guest-rules
guest
read-access
*
read
deny
`
3) login as the guest user tomd.
4) attempt to 'replace' on anything using 'edit-config --defop replace running'
5) Server goes into an infinite loop in edit_config.c: edit_operations() ...
`if (defop == NC_EDIT_DEFOP_REPLACE) {
/\* replace whole document */
for (edit_node = edit_doc->children; edit_node != NULL; edit_node = edit_doc->children) {
edit_replace(orig_doc, edit_node, defop, model, keys, nacm, error);
}
`
The text was updated successfully, but these errors were encountered:
Recipe:
`
tomd
`
The text was updated successfully, but these errors were encountered: