IT 기술/Application

Active Directory와 LDAP 관계

->^_^<- 2015. 11. 9. 06:00
반응형

LDAP- Active Directory 핵심 프로토콜은 LDAP(Lightweight Directory Access Protocol)입니다.

LDAP 버전 2와 버전 33이 지원됩니다.

 

LDAP 관리툴

 

        

 

  • ldapadmin

    윈도우즈 GUI LDAP 관리프로그램

    http://ldapadmin.sourceforge.net/

    GUI에서 사용자 이동, 복사, 그룹에 여러 사용자 추가등 가능함.

    디렉토리간에도 사용자 복사 등 작업 가능

    그룹에 사용자가 있는 경우 사용자 삭제시 그룹에도 자동으로 삭제되는 기능 편리.

    단점은 이 프로그램에서 한글을 입력할 경우 euc_kr 로 들어가기 때문에 UTF8로 볼 경우에는 한글이 깨져 보인다.

  •  


     

  • Apache Directory Studio

    Java 로 작성된 LDAP 클라이언트 프로그램

    http://directory.apache.org/studio/

    The Studio is an LDAP client platform. It is composed of an Eclipse RCP Application and a set of plugins. Primarily it is built to be used with ApacheDS, but it should work with any LDAP server.

 

 

참고 : https://www.microsoft.com/korea/technet/deploy/adtech.mspx

         http://database.sarang.net/?inc=read&aid=2391&criteria=ldap&subcrit=&id=&limit=&keyword=&page=

반응형