Menu

#24 Implement a LDAP URL parser compliant with RFC 2255

open
nobody
None
5
2003-10-25
2003-10-25
Anonymous
No

Need to implement an RFC 2255 and 1738
compliant LDAP URL parser.

Interfaces are already defined for the parser and its
return type
within the LDAPd Commons API under the
ldapd.common.url package for
this high priority task.

Implementations of the parser will need to leverage
the existing name
parser within the ldapd.common.name package
generated by antlr. Basically the components of the
URL will be parsed by different
parsers and the implementor will only need to be
concerned with RFCs
2255 and 1738 found here:

http://www.faqs.org/rfcs/rfc2255.html
http://www.faqs.org/rfcs/rfc1738.html

Discussion


Log in to post a comment.