⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.ldap

📁 bind 9.3结合mysql数据库
💻 LDAP
字号:
This is an attempt at an LDAP back-end for BIND 9 using the new simplifieddatabase interface "sdb". This is release 1.0-beta and should be prettystable. Note that since version 0.4 a new schema is used. It is notbackwards compatible with versions before 0.4.1.0-beta fixes a large memory leak. An extension x-tls for enabling TLShas been added.1.0-alpha uses LDAPv3 by default and also supports LDAP simple bind. Thatis, one can use plain text password for authentication. The bind dn andpassword is coded into the URL using extensions bindname and x-bindpwper RFC 2255.In 0.9 the code has been cleaned up a bit and should be slightly fasterthan previous versions. It also fixes an error with zone transfers (AXFR)and entries with multiple relativeDomainName values. The problem wasthat it would only use the first value in the result. There's no needto upgrade unless you use such entries.0.8 uses asynchronous LDAP search which should give better performance.Thanks to Ashley Burston for providing patch. Another new feature isallowing filters in URLs. The syntax is as in RFC 2255. Few people willneed this, but if you have say an internal and external version of thesame zone, you could stick say o=internal and o=external into differententries, and specify for instance ldap://host/base???(o=internal)Some error logging has also been added.0.7 allows space and other characters to be used in URLs by use of %-quoting.For instance space can be written as %20. It also fixes a problem with someservers and/or APIs that do not preserve attribute casing.0.6 fixes some memory leaks present in older versions unless compiled withthe RFC 1823 API.The big changes in 0.5 are thread support and improved connection handling.Multiple threads can now access the back-end simultaneously, and rather thanhaving one connection per zone, there is now one connection per thread perLDAP server. This should help people with multiple CPUs and people with ahuge number of zones. One final change is support for literal IPv6 addressesin LDAP URLs. At least OpenLDAP 2 has IPv6 support, so if you use OpenLDAP 2libraries and server, you got all you need.If you have bug reports, fixes, comments, questions or whatever, pleasecontact me. See also http://www.venaas.no/ldap/bind-sdb/ for information.See INSTALL for how to build, install and use.Stig Venaas <venaas@uninett.no> 2004-08-15

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -