Re: CLDAP issues
Alan Young <Alan.Young@calibre.ch> Sat, 11 December 1993 11:16 UTC
Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa01478;
11 Dec 93 6:16 EST
Received: from CNRI.RESTON.VA.US by IETF.CNRI.Reston.VA.US id aa01474;
11 Dec 93 6:16 EST
Received: from haig.cs.ucl.ac.uk by CNRI.Reston.VA.US id aa03783;
11 Dec 93 6:16 EST
Received: from bells.cs.ucl.ac.uk by haig.cs.ucl.ac.uk with local SMTP
id <g.01948-0@haig.cs.ucl.ac.uk>; Sat, 11 Dec 1993 10:11:53 +0000
Received: from calibre.switch.ch by bells.cs.ucl.ac.uk with Internet SMTP
id <g.09677-0@bells.cs.ucl.ac.uk>; Sat, 11 Dec 1993 10:11:41 +0000
Received: from calibre.ch by calibre.switch.ch with SMTP (PP)
id <09216-0@calibre.switch.ch>; Sat, 11 Dec 1993 11:05:14 +0100
To: Simon E Spero <ses@tipper.oit.unc.edu>
cc: ldap@umich.edu, osi-ds@cs.ucl.ac.uk
Subject: Re: CLDAP issues
Phone: +41 1 312 1648
In-reply-to: Your message of Fri,
10 Dec 93 14:48:05 -0500. <9312101948.AA01789@tipper.oit.unc.edu>
Date: Sat, 11 Dec 93 11:05:09 +0100
Message-ID: <9214.755604309@calibre.ch>
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Alan Young <Alan.Young@calibre.ch>
> I'm now adding a UDP listener to my proto-server, and there's a couple of
> changes I'd like to bounce off people.
> 1) Creating a new type 'CDLAPMessage', which would include the authentication
> paramaters from BindRequest.
I have tried to follow the discussions on this point and I still fail to
understand the usefulness of bind with CLDAP. The principle advantage of
CLDAP over LDAP is that it avoids the network exchanges inherent with
setting up a connection, and teh consequent latency. If the CLDAP
server needs to handle Bind then it still needs to bind on a per user
(if not per message) basis to the DSA and this is where most of the
overhead exists (see the diagrams in the CLDAP Internet draft). If you
need the functionality of Bind then why not just use LDAP?
If you really do need Bind then I favour the solution like:
CLDAPMessage ::=
CHOICE {
LDAPMessage,
SEQUENCE OF LDAPMessage
}
as this allows for generalised batching of requests.
> 2) Adding a CLDAPSearchResponse which would be a sequence of LDAP search
> responses. Tim has made a good case that this isn't needed, but it would
> seem to make things a lot simpler if we can wrap up all response together.
The current CLDAP Internet draft allows a server to put all the response
packets relating to a Search request in single UDP packet. You just need
to implement it that way. No protocol change is necessary.
Alan.
- CLDAP issues Simon E Spero
- Re: CLDAP issues Alan Young
- Re: CLDAP issues Simon E Spero
- Re: CLDAP issues Alan Young
- Re: CLDAP issues Alan Young
- Re: CLDAP issues Simon E Spero