OpenLDAP

OpenLDAP official site:

http://www.openldap.org/

 

Download:

http://www.openldap.org/software/download/

 

Admin Guide:

http://www.openldap.org/doc/admin24/

 

Document(1.2 version):

http://penrose.safehaus.org/penrose12/documentation.html

 

Setting up ldap with back-sql:

http://www.flatmtn.com/article/setting-ldap-back-sql

 

back-sql configuration:

http://www.openldap.org/doc/admin24/backends.html#SQL

 

openLDAP+mysql:

http://crmky.spaces.live.com/blog/cns!8C989768DB1A6B14!443.entry

 

OpenLDAP管理员指南:

http://wiki.jabbercn.org/index.php?title=OpenLDAP2.4%E7%AE%A1%E7%90%86%E5%91%98%E6%8C%87%E5%8D%97&diff=cur&oldid=101

 

LDAP Sample codes:

http://developer.novell.com/documentation/samplecode/jldap_sample/index.htm

 

LDAP brower:

http://www.ldapbrowser.com/

 

Using OpenLDAP with Microsoft SQL Server and Oracle Backend Database:

http://www.easysoft.com/applications/openldap/back-sql-odbc.html

 

Berkeley DB download:

http://www.oracle.com/technology/software/products/berkeley-db/index.html

 

(转)openldap安装与配置全程记录:

http://blog.chinaunix.net/u3/106043/showart_2094215.html

http://symas.com/introtooverlays.shtml

 

http://topinking.iteye.com/blog/223334 
http://www.blogjava.net/neverend/archive/2010/10/08/334014.html 
http://www.openldap.org/doc/admin24/quickstart.html 
http://www.blogjava.net/i369/articles/130019.html 
快速入门 http://www.cnblogs.com/obpm/archive/2010/08/28/1811065.html 
http://zhaoshijie.iteye.com/blog/819382 
安装 http://blog.sina.com.cn/s/blog_56d8ea900100q2of.html 
启动OpenLDAP:进入cmd命令行,跳转到OpenLDAP安装目录下,运行: 
slapd -d 1 

测试OpenLDAP是否正常启动: 
ldapsearch -x -s base (objectclass=*) namingContexts

你可能感兴趣的:(openLdap)