<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Jongdeog<div class=""><br class=""></div><div class="">“authorization reject” is the message used in the management dispatcher on ControlResponse with code 403.</div><div class="">NFD-RIB commands on /localhop/nfd/rib prefix is verified by the trust schema defined on rib.localhop_security config section.</div><div class="">If you are getting 403 in reply to a prefix registration command, this means the command is not authenticated or authorized by that trust schema.</div><div class=""><br class=""></div><div class="">It’s intentional to hide the detailed error from the client, to prevent leaking sensitive information.</div><div class="">Currently, the detailed error isn’t logged on the server (router) side either. You may try to add logging to the <a href="https://github.com/named-data/NFD/blob/d396b61ba14a84b34d3ae65db4530062f7d43301/rib/rib-manager.cpp#L331" class="">authorization function</a>, and install the re-compiled version on the router.</div><div class=""><br class=""></div><div class="">Yours, Junxiao</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 17, 2017, at 1:59 PM, Lee, Jongdeog <<a href="mailto:jlee700@illinois.edu" class="">jlee700@illinois.edu</a>> wrote:</div><div class=""><div style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; direction: ltr; font-family: Tahoma; font-size: 10pt;" class=""><div class="">what are the conditions that the NDN node replies this error message to the producer regarding auto prefix registration: "authorization rejected"</div></div></div></blockquote></div></div></body></html>