# example-ldap **Repository Path**: jrunner/example-ldap ## Basic Information - **Project Name**: example-ldap - **Description**: 关于LDAP示例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2016-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 官网地址 http://www.userbooster.de/en/download/openldap-for-windows.aspx 具体下载地址 http://www.userbooster.de/downloadablecontent/freeware/OpenLDAPforWindows_x64.exe 资料 http://seanlook.com/2015/01/15/openldap_introduction/ ##这个写的比较好,详细 http://www.micmiu.com/enterprise-app/sso/openldap-windows-config/ ## 关于ldap之jenkins参考 https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin ### 三.配置openldap注意事项 备注:一开始总遇到下列问题。 1). ldap_bind: Invalid credentials (49) 解决方案:确认是否前面多空格、或者没有tab、修改往后记得如下操作 >$ rm -rf /etc/openldap/slapd.d/* >$ slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d >$ chown -R ldap:ldap /etc/openldap/slapd.d/* 2). 客户端连接不上,如:Win7上的Apache Directory Studio连接不上linux的openldap 解决方案:配置Bind DN or user时,注意,如果没有uid,则使用DN. 例: >Bind DN or user: cn=admin,dc=t2t,dc=com >Bind password: admin