389 Directory

http://port389.org/

The enterprise-class Open Source LDAP server for Linux. It is hardened by real-world use, is full-featured, supports multi-master replication, and already handles many of the largest LDAP deployments in the world. The 389 Directory Server can be downloaded for free and set up in less than an hour using the graphical console.

설치

  1. EPEL 에서 yum repository 정보를 설치한다.

    rpm -ivh  http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
    CODE

     

  2. yum 으로 설치

    yum install 389-ds openldap-clients -y
    CODE

     

  3. Configure

    setup-ds-admin.pl
    CODE

     

  4. 정상 설치/설정 여부 테스트

FreeIPA

http://www.freeipa.org

FreeIPA is a Red Hat sponsored open source project which aims to provide an easily managed Identity, Policy and Audit (IPA) suite primarily targeted towards networks ofLinux and Unix computers. FreeIPA can be compared to Novell's Identity Manager or Microsoft's Active Directory in that the goals and mechanisms used are similar.

FreeIPA Currently uses 389 directory for its LDAP implementation.



Ref