[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapsearch: -H option and URI parsing (ITS#1250)
Full_Name: Hadmut Danisch
Version: 2.0.11
OS: Linux 2.4
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (217.1.25.5)
There seems to be a problem with parsing a LDAP URI
when using ldapsearch with -H option:
hadmut@sodom% ldapsearch -x -H "ldap://127.0.0.1/dc=danisch,dc=de"
Could not create LDAP session handle (3): Time limit exceeded
While ldap://127.0.0.1/dc=de works. The problem seems to be
the parsing of the comma.
regards
Hadmut