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

[jira] [Commented] (KARAF-4487) LDAPLoginModule and GSSAPI

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

ASF GitHub Bot commented on KARAF-4487:
---------------------------------------

GitHub user acartapanis opened a pull request:

    https://github.com/apache/karaf/pull/254

    Gssapi

    A GSSAPI login module.
    Only tested with Kerberos authentication.
    Typically allows to use an Active Directory Server with Kerberos Authentication as LDAP backend.
    https://issues.apache.org/jira/browse/KARAF-4487

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

    $ git pull https://github.com/acartapanis/karaf gssapi

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

    https://github.com/apache/karaf/pull/254.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 #254
    
----
commit 33dc1f4c61a0bc398d3c719b42ed32b1829ea432
Author: alexandre.cartapanis@gmail.com <al...@gmail.com>
Date:   2016-08-24T10:35:10Z

    Add support for GSSAPI authentication.
    Fix for KARAF-4487

commit 97416ac907f5223f51b05bd9e26ff45e1f1eb077
Author: alexandre.cartapanis@gmail.com <al...@gmail.com>
Date:   2016-08-24T12:21:22Z

    Correction

commit bf8f93bf93f598b4daa669ee9568afdda0f3d973
Author: alexandre.cartapanis@gmail.com <al...@gmail.com>
Date:   2016-08-29T13:11:13Z

    Correction

commit 80f7b75dc2c0d2fbc320b42d21d8304405736c04
Author: alexandre.cartapanis@gmail.com <al...@gmail.com>
Date:   2016-08-29T13:42:26Z

    Correction

commit cf963606381f344049248d7c4e058380094bee34
Author: alexandre.cartapanis@gmail.com <al...@gmail.com>
Date:   2016-10-24T10:22:50Z

    Correction: adds KerberosPrincipal to the principals list

commit c63375ceb8c044f40acb4af4b1cdc732aca4b2a4
Author: alexandre.cartapanis@gmail.com <al...@gmail.com>
Date:   2016-10-24T10:23:17Z

    Working tests

----


> LDAPLoginModule and GSSAPI
> --------------------------
>
>                 Key: KARAF-4487
>                 URL: https://issues.apache.org/jira/browse/KARAF-4487
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-security
>    Affects Versions: 4.0.4
>            Reporter: Alexandre Cartapanis
>
> LDAPLoginModule is restricted to "simple" or "none" authentication. A support for other method like GSSAPI would be great.
> Note that it is a common enterprise context : access to LDAP directory is not made with username/password but through an other realm (a kerberos one for exemple)



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