Issue 185 - space separated host list in URL: Bug or feature?
Summary: space separated host list in URL: Bug or feature?
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-28 12:07 UTC by michael@roka.net
Modified: 1999-06-02 23:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description michael@roka.net 1999-05-28 12:07:02 UTC
Full_Name: Michael Haardt
Version: 1.2.1
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.97.109.109)


I discovered that since the hostname part of an URL is passed to ldap_open
which accepts space separated hostname lists, I can also use space separated
hostname lists in URLs.  If this were a feature, it would be *very* useful
for me.  Any comments on this?
Comment 1 Kurt Zeilenga 1999-06-01 22:36:41 UTC
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



Comment 2 Kurt Zeilenga 1999-06-02 23:57:07 UTC
changed state Open to Closed