LDAPS

7 messages Options
Embed this post
Permalink
Bill Felling

LDAPS

Reply Threaded More More options
Print post
Permalink
As part of getting 1.6.1 running, I've been trying to figure out of
OpenNMS can monitor ldap servers using ssl via port 636.  I managed to
find one tantalizing message from about a year ago, from Timothy
Nowaczyk implying that he was developing such a monitor - or extending
the exiting ldap monitor to include options for ldaps.  Does anyone know
whether this work was ever completed, and if so how I can take advantage
of it?  

thanks
Bill Felling

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel
Jeff Gehlbach

Re: LDAPS

Reply Threaded More More options
Print post
Permalink
On Dec 4, 2008, at 9:10 AM, Bill Felling wrote:


> As part of getting 1.6.1 running, I've been trying to figure out of
> OpenNMS can monitor ldap servers using ssl via port 636.

The openNMS LdapMonitor uses the Novell JLDAP library, which appears  
to support both SSL sockets and STARTTLS on regular sockets.  LDAPS on  
tcp/636 would be straight SSL.  So there's certainly hope.

> I managed to find one tantalizing message from about a year ago,  
> from Timothy
> Nowaczyk implying that he was developing such a monitor - or extending
> the exiting ldap monitor to include options for ldaps.  Does anyone  
> know
> whether this work was ever completed, and if so how I can take  
> advantage
> of it?

I vaguely remember that thread, but don't recall any specifics.  Can  
you link to the post you found?

The last code changes to the LdapMonitor were made on 01 Nov 2007 and  
were part of a broader effort to add a notion of strict timeouts.

-jeff

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel
Tim Nowaczyk

Re: LDAPS

Reply Threaded More More options
Print post
Permalink
In reply to this post by Bill Felling

Bill,

I had it working, but my priorities shifted as budgets got cut, so I never
got around to submitting my patch.  I'll track it down and let you hack at
it.

Tim

On 12/4/08 9:10 AM, "Bill Felling" <[hidden email]> wrote:

> As part of getting 1.6.1 running, I've been trying to figure out of
> OpenNMS can monitor ldap servers using ssl via port 636.  I managed to
> find one tantalizing message from about a year ago, from Timothy
> Nowaczyk implying that he was developing such a monitor - or extending
> the exiting ldap monitor to include options for ldaps.  Does anyone know
> whether this work was ever completed, and if so how I can take advantage
> of it?  

--
Timothy Nowaczyk
Network Systems Engineer
University of Virginia - ITC
[hidden email]



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

smime.p7s (6K) Download Attachment
Bill Felling

Re: LDAPS

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jeff Gehlbach
Jeff:

The post of interest can be found here.

http://sourceforge.net/mailarchive/message.php?msg_id=383CE9E0-5418-473F-A408-E5385C6E3F91%40opennms.org

Thanks for looking into this
Bill

>>> Jeff Gehlbach <[hidden email]> 12/4/2008 12:10 PM >>>
On Dec 4, 2008, at 9:10 AM, Bill Felling wrote:


> As part of getting 1.6.1 running, I've been trying to figure out of
> OpenNMS can monitor ldap servers using ssl via port 636.

The openNMS LdapMonitor uses the Novell JLDAP library, which appears  
to support both SSL sockets and STARTTLS on regular sockets.  LDAPS on

tcp/636 would be straight SSL.  So there's certainly hope.

> I managed to find one tantalizing message from about a year ago,  
> from Timothy
> Nowaczyk implying that he was developing such a monitor - or
extending
> the exiting ldap monitor to include options for ldaps.  Does anyone

> know
> whether this work was ever completed, and if so how I can take  
> advantage
> of it?

I vaguely remember that thread, but don't recall any specifics.  Can  
you link to the post you found?

The last code changes to the LdapMonitor were made on 01 Nov 2007 and

were part of a broader effort to add a notion of strict timeouts.

-jeff

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ 

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of
this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel
Jeff Gehlbach

Re: LDAPS

Reply Threaded More More options
Print post
Permalink
In reply to this post by Tim Nowaczyk
On Dec 4, 2008, at 12:13 PM, Tim Nowaczyk wrote:

> I had it working, but my priorities shifted as budgets got cut, so I  
> never
> got around to submitting my patch.  I'll track it down and let you  
> hack at
> it.

Tim, if you have time could you create a Bugzilla enhancement bug?

We'll need an executed Contributor Agreement (http://www.opennms.org/index.php/Contributor_Agreement 
) in order to accept the contribution.  If you're unable or unwilling  
to execute that agreement, please hold off posting patches and instead  
describe in general terms what you needed to do go get it working.

Thanks
-jeff

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel
Tim Nowaczyk

Re: LDAPS

Reply Threaded More More options
Print post
Permalink



On 12/4/08 5:12 PM, "Jeff Gehlbach" <[hidden email]> wrote:

> We'll need an executed Contributor Agreement
> (http://www.opennms.org/index.php/Contributor_Agreement
> ) in order to accept the contribution.  If you're unable or unwilling
> to execute that agreement, please hold off posting patches and instead
> describe in general terms what you needed to do go get it working.
>
I've found the LDAPS code, but the authorization for me to sign your
agreement is held up a little bit.  I should have the signed agreement to
you all after the holidays.

Cheers,
Tim

--
Timothy Nowaczyk
Network Systems Engineer
University of Virginia - ITC
[hidden email]



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

smime.p7s (6K) Download Attachment
Bill Felling

Re: LDAPS

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jeff Gehlbach
Any luck on this?  I know you guys are working on a lot of stuff for
release 7 - think you could find time for this anywhere?

>>> Jeff Gehlbach <[hidden email]> 12/4/2008 5:12 PM >>>
On Dec 4, 2008, at 12:13 PM, Tim Nowaczyk wrote:

> I had it working, but my priorities shifted as budgets got cut, so I

> never
> got around to submitting my patch.  I'll track it down and let you  
> hack at
> it.

Tim, if you have time could you create a Bugzilla enhancement bug?

We'll need an executed Contributor Agreement
(http://www.opennms.org/index.php/Contributor_Agreement 
) in order to accept the contribution.  If you're unable or unwilling

to execute that agreement, please hold off posting patches and instead

describe in general terms what you needed to do go get it working.

Thanks
-jeff

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
Nevada.
The future of the web can't happen without you.  Join us at MIX09 to
help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ 

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of
this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel