mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
All requests now use the OpenSSL formatter. However, we keep Formatter a separate class so that it can be changed out for tests. https://pagure.io/freeipa/issue/4899 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"rule": {
|
|
"template": "distinguished_name = {% call openssl.section() %}{{ datarules|reverse|join('\n') }}{% endcall %}"
|
|
},
|
|
"options": {
|
|
"required": true,
|
|
"data_source_combinator": "and"
|
|
}
|
|
}
|