GitHub user andyphillips404 opened a pull request:
https://github.com/apache/karaf/pull/309
Added a basic backing engine for LDAP jaas provider
The basic backing engine allows to list the users and roles, which helps
when checking to see if your configuration is correct. It does not support
adding or deleting users, groups, or roles as this is very implementation
dependent.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andyphillips404/karaf master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/309.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 #309
----
commit 196f97bc87eba5b5a7bc2d247024eceb52e34b95
Author: Andy Phillips <[email protected]>
Date: 2017-05-31T21:09:35Z
Create LDAPBackingEngine.java
commit 912adb791b937718ee9895e7fbf073ee54d8eca1
Author: Andy Phillips <[email protected]>
Date: 2017-05-31T21:10:16Z
Rename LDAPBackingEngine.java to LDAPBackingEngineFactory.java
commit e0cc2b6f8182b06dd3eb1c790d760a5dce18f584
Author: Andy Phillips <[email protected]>
Date: 2017-05-31T21:11:00Z
Create LDAPBackingEngine.java
commit ff2990fc3facdb1f4123af247eca031a29f2ed84
Author: Andy Phillips <[email protected]>
Date: 2017-05-31T23:55:31Z
Update LDAPBackingEngine.java
commit f127bd58a6790c4431cd020557a2412e7510e816
Author: Andy Phillips <[email protected]>
Date: 2017-05-31T23:56:09Z
Update LDAPBackingEngine.java
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---