Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] LDAP Context Provider provisional approval

Mike,

Oh, THAT's what he meant!  Thanks for interpreting.  :)

Yes, as Jim alluded to, there are probably a couple of LDAPisms that have crept into the implementation of the JNDI CP, though as he said, our usage of the ldap.jar for filter processing isn't one of them.  At any rate, the intent of this CP implementation has always been that it would service any JNDI source and we will be picking a few to test with as we go forward.

Here's a list from which we'll pick a couple of the most interesting JNDI Service Providers to test the Higgins JNDI CP with: http://java.sun.com/products/jndi/serviceproviders.html.  DNS, File System, and Windows Registry I think would be good ones ensure compatibility with first ... anyway, all those JNDI Service Providers listed there were definitely an influence on our usage of the JNDI interface as the original identity abstraction for the Bandit project.

Tom

>>> "Jim Sermersheim" <jimse@xxxxxxxxxx> 02/09/07 11:40 AM >>>
<resend>
In examining the set of "non-generic-JNDI-isms" in the CP... Oddly enough, this isn't one of them.
 
JNDI itself adopted "LDAP string representation for filters" as it's standard filter format.  Thus, any JNDI provider has to deal with LDAP filters.  The only reason we include LDAP.jar was for some utility functions that help us build these LDAP filters.  We don't use any other aspect of that jar file.
 
Jim

>>> Michael McIntosh <mikemci@xxxxxxxxxx> 2/9/07 6:30 AM >>>
Tom,

Not sure but suspect Tony's point was related to the dependancy on 
LDAP.jar - a more generic JNDI implementation would presumably not need 
that jar.

Thanks,
Mike

higgins-dev-bounces@xxxxxxxxxxx wrote on 02/08/2007 08:09:09 PM:

> You thought correctly, it continues to be referred to doubly as the 
> "LDAP CP" because that's where we've been pointing it.  Any 
> assistance in properly addressing it would be appreciated.
> 
> Thanks,
> Tom
> 
> >>> Anthony Nadalin <drsecure@xxxxxxxxxx> 02/08/07 6:05 PM >>>
> I thought this was a JNDI CP ?
> 
> -----------------
> Yet another BlackBerry 8700c User.
> 
> 
> ----- Original Message -----
> From: "Tom Doman" [TDoman@xxxxxxxxxx] 
> Sent: 02/08/2007 06:00 PM
> To: <higgins-dev@xxxxxxxxxxx>
> Subject: Re: [higgins-dev] LDAP Context Provider provisional approval
> 
> 
> 
> Mary,  (tried mary@xxxxxxxxxxxxxxxxx but got bounced back)
> 
> I don't know where there's a package containing all the source for 
> the ldap.jar but it is all freely available for perusal online here: 
> http://www.openldap.org/devel/cvsweb.cgi/com/novell/ldap/? 
> cvsroot=JLDAP&hideattic=1&sortbydate=0.  I assume that's sufficient 
> for Eclipse purposes.
> 
> Thanks,
> Tom
> 
> >>> "Mary Ruddy" <mary@xxxxxxxxxxxxxxxxx> 02/08/07 4:02 PM >>>
> It is  my pleasure to announce that according to Eclipse legal:
> 
> "The code contained in the LDAP Context Provider Attachment can be
> checked into CVS."
> 
> There is still more work to be done for us to get all the dependencies
> approved, and we have uncovered another piece of dependency source code
> that we need to get Eclipse legal, but this is a major step forward.
> _______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx 
> https://dev.eclipse.org/mailman/listinfo/higgins-dev 
> _______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx 
> https://dev.eclipse.org/mailman/listinfo/higgins-dev 
> _______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx 
> https://dev.eclipse.org/mailman/listinfo/higgins-dev 

_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx 
https://dev.eclipse.org/mailman/listinfo/higgins-dev


Back to the top