You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/11 20:15:11 UTC

[jira] [Commented] (NIFI-2173) LDAP provider referral strategy typo in Code

    [ https://issues.apache.org/jira/browse/NIFI-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371521#comment-15371521 ] 

ASF GitHub Bot commented on NIFI-2173:
--------------------------------------

GitHub user JPercivall opened a pull request:

    https://github.com/apache/nifi/pull/629

    NIFI-2173 Fixing typo in LDAP referral strategy

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JPercivall/nifi NIFI-2173

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/629.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #629
    
----
commit 002fd336837a89f24cf52436e45e8cc17738d76d
Author: jpercivall <jo...@yahoo.com>
Date:   2016-07-11T19:41:06Z

    NIFI-2173 Fixing typo in LDAP referral strategy

----


> LDAP provider referral strategy typo in Code
> --------------------------------------------
>
>                 Key: NIFI-2173
>                 URL: https://issues.apache.org/jira/browse/NIFI-2173
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Matthew Clarke
>            Priority: Minor
>              Labels: newbie
>
> The LDAP referral strategy set in the login-identity-providers.xml file should support IGNORE, FOLLOW, or THROW.  If the referral strategy is set to IGNORE, NiFi will fail to start and complain that the possible values are [follow, ignore, throw].  The issue is that the code has a typo where IGNORE is spelled INGORE.  
> WORKAROUND: Users can get around the issue by configuring the referral strategy for INGORE.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)