Github user markobean commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2703#discussion_r191052566
  
    --- 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
     nifi.security.identity.mapping.pattern.kerb=^(.*?)/instance@(.*?)$
     nifi.security.identity.mapping.value.kerb=$1@$2
    -nifi.security.identity.mapping.transform.kerb=NONE
    --- End diff --
    
    Somehow, there was a bad rebase to master which removed some recently 
modified lines. Re-rebased to master.


---

Reply via email to