LDAP笔记
LDAP(Lightweigth Direcotry Access protocol)
目录:
http://www.zytrax.com/books/ldap/
重点:
Schemas、objectClasses 、Attributes 的概念和联系
http://www.zytrax.com/books/ldap/ch3/index.html#operational
参考:
概念速查:http://www.zytrax.com/books/ldap/apd/index.html#asn1
LADP Installation
ApacheDS
官网:http://directory.apache.org/apacheds/
基础文档:http://directory.apache.org/apacheds/basic-user-guide.html
可视化工具:http://directory.apache.org/studio/
Embedded ApacheDS参考项目:https://github.com/denismo/aws-iam-ldap-bridge
补充:
- studio这个工具目前(2.0.0.v20151221-M10)有一些bug,无法在工具里保存配置信息
issues网址:https://issues.apache.org/jira/browse/DIRSTUDIO-1081
解决办法:下载最新版本-> https://builds.apache.org/job/dir-studio/ - 关于LDAP协议前面的概念(Schemas、entrty等)是关键,注意不要和partition这些apacheDS独有的概念搞混了
partition介绍:http://directory.apache.org/apacheds/basic-ug/1.4.3-adding-partition.html