You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/12/14 15:19:36 UTC

[sling-org-apache-sling-app-cms] branch SLING-8917-ldap created (now d913ef8)

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a change to branch SLING-8917-ldap
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.


      at d913ef8  Initial crack at adding LDAP support for SLING-8917

This branch includes the following new commits:

     new d913ef8  Initial crack at adding LDAP support for SLING-8917

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[sling-org-apache-sling-app-cms] 01/01: Initial crack at adding LDAP support for SLING-8917

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch SLING-8917-ldap
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit d913ef8c7515c1851c4a4be2e5072f374447d531
Author: Dan Klco <dk...@apache.org>
AuthorDate: Sat Dec 14 10:19:18 2019 -0500

    Initial crack at adding LDAP support for SLING-8917
---
 builder/src/main/provisioning/oak.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/builder/src/main/provisioning/oak.txt b/builder/src/main/provisioning/oak.txt
index 2f4b9ce..6fa2399 100644
--- a/builder/src/main/provisioning/oak.txt
+++ b/builder/src/main/provisioning/oak.txt
@@ -42,6 +42,8 @@
     # OAK-7263 - oak-store-document should be in oak_mongo runmode
     org.apache.jackrabbit/oak-store-document/${oak.version}
     org.apache.jackrabbit/oak-store-spi/${oak.version}
+    org.apache.jackrabbit/oak-auth-external/${oak.version}
+    org.apache.jackrabbit/oak-auth-ldap/${oak.version}
 
 [artifacts startLevel=15 runModes=oak_tar]
     org.apache.jackrabbit/oak-segment-tar/${oak.version}