mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
22 lines
316 B
JSON
22 lines
316 B
JSON
{
|
|
"properties": {
|
|
"LDAPVC_BINARY": {
|
|
"default": "ldapvc"
|
|
}
|
|
},
|
|
"required_binaries": [
|
|
{
|
|
"name": "{LDAPVC_BINARY}",
|
|
"binproviders": "env",
|
|
"overrides": {
|
|
"env": {
|
|
"version": [
|
|
"ldapvc",
|
|
"-VV"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|