LDAPRoadmap: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==LDAP C SDK Roadmap== | ==LDAP C SDK Roadmap== | ||
===Merge Sun C SDK code back into Mozilla=== | ===DONE: Merge Sun C SDK code back into Mozilla=== | ||
===DONE: Support SASL/GSSAPI=== | |||
===Support SASL/GSSAPI=== | |||
LDAP SASL BIND to authenticate to a directory server using a Kerberos ticket | LDAP SASL BIND to authenticate to a directory server using a Kerberos ticket | ||
Kerberos encryption | Kerberos encryption | ||
===Support IPv6=== | ===DONE: Support IPv6=== | ||
*Lookup IPv6 addresses from hostnames | *Lookup IPv6 addresses from hostnames | ||
*Support all styles of IPv6 address arguments for hostnames or IP addresses | *Support all styles of IPv6 address arguments for hostnames or IP addresses |
Latest revision as of 17:03, 18 January 2007
LDAP C SDK Roadmap
DONE: Merge Sun C SDK code back into Mozilla
DONE: Support SASL/GSSAPI
LDAP SASL BIND to authenticate to a directory server using a Kerberos ticket Kerberos encryption
DONE: Support IPv6
- Lookup IPv6 addresses from hostnames
- Support all styles of IPv6 address arguments for hostnames or IP addresses
- Support IPv6 addresses in LDAP URLs
Make API compatible with OpenLDAP
The OpenLDAP API is the de facto standard in the open source world. We need to make the Mozilla API compatible with it.