Posts

Showing posts from March, 2018

Oracle SOA Suite 12c LDAP Adapter tutorial

Image
This post is based on the previous article on how to install ApacheDS and Apache Directory Studio . You can find the full source code for the current article on GitHub  here . The article is separated in the following sections: Create a new LDAP partition with a user Configure WebLogic LDAP Adapter Create a BPEL process which utilizes LDAP Adapter Section 1 - Create a new LDAP partition with a user To setup our example, we need to create an LDAP partition to store our users. In order to do this: Open Apache Directory Studio, right click on the ApacheDS connection, click on Open Configuration option and go to the partitions tab.                                                                                                   ...

Installing ApacheDS and Apache Directory Studio for a Oracle SOA Suite environment on Mac

Image
In this article, I will show you how to install ApacheDS on Linux and Apache Directory Studio on MacOS. At the moment, you cannot install ApacheDS using the default installer on Mac OS X High Sierra, since the installer tries to access folders that it not permitted by the OS. Therefore, I have installed ApacheDS on a Oracle Enterprise Linux VM running on VirtualBox and an Apache Directory Studio running on Mac. Section 1 - Install and start ApacheDS on Linux In order to install ApacheDS on Linux, follow the next steps: Download ApacheDS from here Open a terminal and navigate to your downloads folder chmod a+x apacheds-2.0.0-M24-64bit.bin   ./apacheds-2.0.0-M24-64bit.bin                                                                       To start ApacheDS run the following command "sudo /etc...