[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: space separated host list in URL: Bug or feature? (ITS#185)



At 12:07 PM 5/28/99 GMT, michael@roka.net wrote:
>I discovered that since the hostname part of an URL is passed to ldap_open
>which accepts space separated hostname lists.

Such behavior is application/SDK specific!

ldap://host1 host2/dc=openldap,dc=org?cn?one?objectclass=*

is a malformed ldap URL.  ldap_parse_url() should* return an error.

* A RFC2255 rewrite of ldap_parse_url is underway.

>I can also use space separated hostname lists in URLs.

Not reliably.

Kurt