stunnel-5.50-msspi-mapoid-0.2
Pre-release
Pre-release
Mapoid version
- added
mapoid
option as minified json string for a strict oid vs oid matching.
Example
This JSON:
{
"1.3.6.1.5.5.7.3.1": [
"1.3.6.1.5.5.7.3.1",
"1.3.6.1.5.5.7.3.2",
"1.3.6.1.5.5.7.3.3"
],
"1.3.6.1.5.5.7.3.2": [
"1.3.6.1.5.5.7.3.1",
"1.3.6.1.5.5.7.3.2"
],
"1.3.6.1.5.5.7.3.3": [
"1.3.6.1.5.5.7.3.1"
]
}
Converts to an option:
mapoid = {"1.3.6.1.5.5.7.3.1":["1.3.6.1.5.5.7.3.1","1.3.6.1.5.5.7.3.2","1.3.6.1.5.5.7.3.3"],"1.3.6.1.5.5.7.3.2":["1.3.6.1.5.5.7.3.1","1.3.6.1.5.5.7.3.2"],"1.3.6.1.5.5.7.3.3":["1.3.6.1.5.5.7.3.1"]}