Thank you Tim,
I don't suppose you have any examples of how to use it... :)
I will test the taglib, and make part of my discoveries and my comments.
Thanks again.
----- Original Message -----
From: "Bentley, Tim" <[EMAIL PROTECTED]>
To: "Tibi DONDERA" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 10:05 AM
Subject: re: LDAP/ELDAP Logicsheet
> Tibi -
>
> Yeah, sorry. It is still 'almost finished'! I do have a version which
> works with Cocoon2, but I haven't had a chance to combine the C1 & C2
> versions into one page....
>
> Here's a forward of a mail I sent to a couple of other people on the list,
> with some examples and both versions.
>
>
> Regards,
>
>
> Tim Bentley
>
>
> -----Original Message-----
> From: Tim Bentley [mailto:[EMAIL PROTECTED]]On Behalf Of Bentley, Tim
> Sent: Friday, 29 June 2001 15:57
> To: 'Paul Paradise'; 'Janesh Vasudeva'
> Subject: RE: RE: Cocoon with LDAP
>
>
> Paul & Janesh -
>
> I just finished 'hacking' a version of eldap to work with Cocoon2. This
is
> just a preliminary hack that probably won't work with C1! I'll have a
> properly integrated version which will work with either soon.
>
>
> Regards,
>
>
> Tim Bentley
> Computer Associates
> Senior Software Engineer, eTrust Directory Development Lab.
> tel: +61 3 9727-8930
> fax: +61 3 9727 3491
> mailto:[EMAIL PROTECTED]
>
>
> > -----Original Message-----
> > From: Tim Bentley [mailto:[EMAIL PROTECTED]]On Behalf Of Bentley, Tim
> > Sent: Tuesday, 26 June 2001 16:54
> > To: 'Paul Paradise'; 'Janesh Vasudeva'
> > Subject: RE: Cocoon with LDAP
> >
> >
> > Paul & Janesh -
> >
> > Here is a copy of the eldap logicsheet, and a couple of
> > example pages to show you how it works.
> >
> > In addition to querying, you can do adds, removes and
> > deletes. The Add syntax is as follows. As you can see,
> > 'search-base' becomes the DN for the new entry:
> >
> > <eldap:execute type="add">
> > <eldap:server-url>ldap://benti01n:19389</eldap:server-url>
> > <eldap:search-base>cn=James
> > BROWN,ou=Administration,ou=Corporate,o=DemoCorp,c=AU</eldap:se
> > arch-base>
> > <eldap:error-element>error</eldap:error-element>
> >
> > <eldap:attribute
> > name="objectClass"><eldap:value>top</eldap:value></eldap:attribute>
> > <eldap:attribute
> > name="objectClass"><eldap:value>inetorgperson</eldap:value></e
> > ldap:attribute>
> > <eldap:attribute
> > name="sn"><eldap:value>BROWN</eldap:value></eldap:attribute>
> > <eldap:attribute name="cn"><eldap:value>James
> > BROWN</eldap:value></eldap:attribute>
> > </eldap:execute>
> >
> > The Modify is similar (just change type to "modify"), and the
> > 'delete' is as you would expect.
> >
> > NOTE: I haven't tested this with C2. You're welcome to try
> > it, but it may not work!
> >
> > Also, eldap isn't finished yet - I'm still not happy with the
> > flexibility, so the language may change a little. I'll be
> > putting the logicsheet up on Jeff Turner's server shortly,
> > and from that point the latest version will always be
> > accessible via the '3rd party' page on the Cocoon site.
> >
> > Let me know if you have any questions/problems.
> >
> >
> > Regards,
> >
> >
> > Tim Bentley
> > Computer Associates
> > Senior Software Engineer, eTrust Directory Development Lab.
> > tel: +61 3 9727-8930
> > fax: +61 3 9727 3491
> > mailto:[EMAIL PROTECTED]
> >
> >
> >
>
>
----------------------------------------------------------------------------
----
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>