Github user markobean commented on a diff in the pull request: https://github.com/apache/nifi/pull/2703#discussion_r191052561 --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc --- @@ -3424,27 +3429,13 @@ The following examples demonstrate normalizing DNs from certificates and princip ---- nifi.security.identity.mapping.pattern.dn=^CN=(.*?), OU=(.*?), O=(.*?), L=(.*?), ST=(.*?), C=(.*?)$ nifi.security.identity.mapping.value.dn=$1@$2 -nifi.security.identity.mapping.transform.dn=NONE --- End diff -- Somehow, there was a bad rebase to master which removed some recently modified lines. Re-rebased to master.
---