[reSIProcate] Mapping TLS Common Name (e.g. Polycom MAC address)
Earlier today I committed this on trunk: mapping the Common Name to one
or more permitted SIP IDs (or whole domains)
The most useful scenario I am aware of is mapping Polycom MAC addresses
to permitted user IDs.
It is described here:
https://www.resiprocate.org/TLSAuthentication#Mapping.2Fpermissioning_TLS_peers_for_additional_identities
This is a very basic implementation: configured by a text file. repro
must be restarted after any change to the mappings.
In future, we will hopefully have support for real-time database lookups
to find these mappings.