Menu

#5 Remove legacy clients section when using HTTP RPC

Accepted
nobody
None
Low
Enhancement
2007-01-08
2007-01-08
Anonymous
No

Originally created by: MichaelA...@gmail.com
Originally owned by: MichaelA...@gmail.com

The old DCI RPC needed a clients list:

    ns_section "ns/server/$server/module/dci/np/server/clients"
   
When using HTTP RPC this section is still required - but will always be empty. We should remove the
need for this section when usning HTTP RPC.  The ACL is in a new section for HTTP RPC:

    ns_section "ns/server/$server/module/dci/rpc/server/np/acl"
        ns_param allow 10.0.0.1,127.0.0.1
   

Discussion


Log in to post a comment.