GitHub user CMoH opened a pull request:
https://github.com/apache/karaf/pull/385
Karaf SSH public key authentication from LDAP
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CMoH/karaf ldap-pubkey
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/385.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 #385
----
commit 7f76cd827b6b7d25b3c293055b96ef3d0fe4a54a
Author: Ciprian Ciubotariu <[email protected]>
Date: 2017-10-09T17:41:53Z
[KARAF-5418] Add LDAPPubkeyLoginModule JAAS module
Enables Karaf to authenticate SSH users using public keys stored on
a LDAP server.
commit 1d7badbac41090cf966b02a4fe744783f3f556f3
Author: Ciprian Ciubotariu <[email protected]>
Date: 2017-10-11T17:14:46Z
[KARAF-5418] Add basic tests for LDAPPubkeyLoginModule
This commit contains two test public/private key pairs that are used to
exercise the LDAPPubkeyLoginModule
----
---