Ticket #90 (closed Defect: Fixed)
subnet in trusted_peers does not work
| Reported by: | jh | Owned by: | admin |
|---|---|---|---|
| Priority: | Minor | Milestone: | OpenXCAP 1.2.0 |
| Component: | Authentication and authorization | Version: | trunk |
| Severity: | Non-critical | Keywords: | |
| Cc: | jh@tutpro.com |
Description
according to example in config.ini.sample, trusted_peers can include a subnet specification:
; e.g. trusted_peers = 10.0.0.0/24, 192.168.0.1
if i try that like this:
trusted_peers = 192.98.101.0/24
and use xcapclient to get a document, openxcap server responds with 401. if i instead list a single host from the subnet, the same get works fine.
openxcap server does accept the trusted_peers definition with subnet:
May 11 17:18:16 localhost openxcap[3545]: Trusted peers: 192.98.101.0/24
-- juha
Change History
comment:2 Changed 3 years ago by admin
- Owner changed from support@ag-projects.com to admin
- Status changed from new to accepted
- Component changed from XCAP server to Authentication
comment:4 Changed 2 years ago by sanjeev
Is this resolved? I am using 1.1.2 version and this issue still seems to persist.
Note: See
TracTickets for help on using
tickets.
