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

2016-10-24 Thread ASF GitHub Bot (JIRA)

[ 
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.cartapa...@gmail.com 
Date:   2016-08-24T10:35:10Z

Add support for GSSAPI authentication.
Fix for KARAF-4487

commit 97416ac907f5223f51b05bd9e26ff45e1f1eb077
Author: alexandre.cartapa...@gmail.com 
Date:   2016-08-24T12:21:22Z

Correction

commit bf8f93bf93f598b4daa669ee9568afdda0f3d973
Author: alexandre.cartapa...@gmail.com 
Date:   2016-08-29T13:11:13Z

Correction

commit 80f7b75dc2c0d2fbc320b42d21d8304405736c04
Author: alexandre.cartapa...@gmail.com 
Date:   2016-08-29T13:42:26Z

Correction

commit cf963606381f344049248d7c4e058380094bee34
Author: alexandre.cartapa...@gmail.com 
Date:   2016-10-24T10:22:50Z

Correction: adds KerberosPrincipal to the principals list

commit c63375ceb8c044f40acb4af4b1cdc732aca4b2a4
Author: alexandre.cartapa...@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)


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

2016-10-24 Thread Alexandre Cartapanis (JIRA)

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

Alexandre Cartapanis commented on KARAF-4487:
-

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

> 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)


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

2016-12-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4487:


Commit e908c4a9b7a9eed347251e3c47250f0fa661f692 in karaf's branch 
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=e908c4a ]

[KARAF-4487] This closes #254


> 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)


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

2016-12-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4487:


Commit 43d3aa6deb7bbe400622f6b5da082af098f90225 in karaf's branch 
refs/heads/master from [~acartapanis]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=43d3aa6 ]

[KARAF-4487] Add support for GSSAPI authentication.


> 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)


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

2016-12-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4487:


Commit 3ea2830ead794ea065dab39090c5a8cbea85fb07 in karaf's branch 
refs/heads/karaf-4.0.x from [~acartapanis]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=3ea2830 ]

[KARAF-4487] Add support for GSSAPI authentication.


> 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
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> 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)


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

2016-12-07 Thread ASF GitHub Bot (JIRA)

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

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

Github user asfgit closed the pull request at:

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


> 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
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> 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)


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

2016-12-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4487:


Commit b0f66443bb0c27f08d2d6923d326cd9bbff06f47 in karaf's branch 
refs/heads/karaf-4.0.x from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=b0f6644 ]

[KARAF-4487] Doesn't use lamba to be Java7 compliant


> 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
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> 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)