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

Re: Development snapshot tarball?




On Thu, 31 Aug 2000, Cedric Tefft wrote:

>
>I cannot initiate any direct connection on any port to the outside
>world.  From the perspective of my workstation, EVERY port is blocked
>by the firewall ... yes, even 443.  My only access (other than email)
>is through a proxy server which only accepts HTTP-style requests
>(http://, https://, ftp://, etc.).  It doesn't, unfortunately, accept
>the CONNECT directive, which eliminates the CVS "dev-http" patch as
>well as other HTTP tunneling mechanisms based on that strategy.
>
>- Cedric

https:// is port 443 by default tcp/udp.

By the way, ldap_search(_s)(); is too slow, if you have say, 40,000
entries in a single tree.  How can I speed to search or query for a
known entry so I can parse the attributes, without having to wait
for the entire database tree to be parsed?

If there is another way to get the information into LDAPMessage *entry,
other than ldap_search(_s)() that would make my day.  Thanks.

Jaron Omega