
LDAP
杰式囧诺
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
php+ldap
http://leeon.me/a/php-with-ldap今日需要部署一套ldap的测试环境,但发现现有php并不支持ldap模块,遂打算重新编译so,但这种方式比较麻烦并且繁琐,如果仅仅是增加一个ldap模块可以通过phpize和configure的方式编译外挂加载ldap的so文件来使php支持ldap扩展拓展。第一步是找到当前运营环境的php版本,并将此版本的源码包放转载 2012-08-08 23:18:49 · 1702 阅读 · 0 评论 -
ldap_bind(): Unable to bind to server: Protocol error in
if (ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)) { echo "Using LDAPv3".";";} else { echo "Failed to set protocol version to 3".";";}原创 2012-08-08 21:58:36 · 1302 阅读 · 1 评论 -
LDAP-Series-1-Chapter-2
Config LDAP.Directory struct.|-- bin(ldap tool)| |-- ldapadd -> ldapmodify| |-- ldapcompare| |-- ldapdelete| |-- ldapexop| |-- ldapmodify| |-- ldapmodrdn| |-- ldappasswd|原创 2012-08-09 21:24:28 · 968 阅读 · 0 评论 -
LDAP-Series-1-Chapter-4 - ACL file
As introduce in Chapter 2 & 3.The LDAP`s ACL should be made. ::= access to [by [] [] ]+ ::= * | [dn[.]= | dn.=] [filter=] [attrs=] ::= regex | exact ::=转载 2012-08-09 21:51:20 · 587 阅读 · 0 评论 -
LDAP系列开写
本来想记录在Word里面的。逼于Linux下面word实在不好用,勉强写在这边吧~今天开始,LDAP流水帐正式开工。原创 2012-08-09 20:47:45 · 913 阅读 · 0 评论 -
LDAP-Series-1-Chapter-1
OpenLdap | BDB(Necessary)Install: Compile SourceDownload:http://www.openldap.org/ | http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html (The Oracle Index -> Download(Regis原创 2012-08-09 21:11:54 · 795 阅读 · 0 评论 -
LDAP-Series-1-Chapter-3 - PHP-LDAP
If you want to use PHP with ldap. You have to add the extension lib.(ldap.so)Go to the install file of PHP.$ cd /opt/php-5.4.5/ext/ldap/$ /usr/local/bin/phpize$ ./configure --with-php-config=/us原创 2012-08-09 21:39:36 · 843 阅读 · 0 评论