Difference between revisions of "CentOS 8.x Connect to 389DS with Apache Directory Studio"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Connect to 389DS with Apache Directory Studio">CentOS 8.x 389DS|389DS</yambe:breadcrumb> =CentOS 8.x Connect to 389DS with Apache Directory Studio= To...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb self="Connect to 389DS with Apache Directory Studio">CentOS 8.x 389DS|389DS</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x authentication servers]] > [[CentOS 8.x 389DS]] > [[CentOS 8.x Connect to 389DS with Apache Directory Studio]]
=CentOS 8.x Connect to 389DS with Apache Directory Studio=


To connect to 389DS with Apache directory studio use following steps:
To connect to 389DS with Apache directory studio use following steps:
Line 24: Line 23:




<yambe:breadcrumb self="Connect to 389DS with Apache Directory Studio">CentOS 8.x 389DS|389DS</yambe:breadcrumb>
 
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x authentication servers]] > [[CentOS 8.x 389DS]] > [[CentOS 8.x Connect to 389DS with Apache Directory Studio]]

Latest revision as of 17:26, 15 May 2022

Home > CentOS > CentOS 8.x > CentOS 8.x authentication servers > CentOS 8.x 389DS > CentOS 8.x Connect to 389DS with Apache Directory Studio

To connect to 389DS with Apache directory studio use following steps:

  1. Download latest version of Apache directory studio from https://directory.apache.org/studio/download/download-linux.html
  2. Have a look at requirements at the same page. At time of this writing the requirement was for Java 8. To install java 8 use:
    dnf install java-1.8.0-openjdk -y
  3. There is no installation. We need to extract the file. Example command:
    tar xzf ApacheDirectoryStudio-2.0.0.v20200411-M15-linux.gtk.x86_64.tar.gz
  4. Then execute studio by changing to extracted directly and executing the studio UI
    cd ApacheDirectoryStudio/
    ./ApacheDirectoryStudio
    This should be done using normal user so that the display is accessible. (Instead of doing it from root terminal).
  5. In the studio you can go to Windows -> Open perspective -> LDAP.
  6. You can add connections to LDAP server using LDAP -> New connection.
    These connections should show up in connections view. You can click on any existing connection name to open its LDAP tree in "LDAP Browser"



Home > CentOS > CentOS 8.x > CentOS 8.x authentication servers > CentOS 8.x 389DS > CentOS 8.x Connect to 389DS with Apache Directory Studio