On 2009-Mar-25, at 5:46 PM, Christopher Webber wrote: > I am using OpenLDAP on both ends. ldapsearch works with both > start_tls and via ssl. It seems that the issue is directly related > to the ruby-ldap libraries.
Probably a stupid question, but when you built ruby-ldap, did you specifically tell it where to find OpenLDAP to make sure it didn't pick up the Sun stuff? I've never done it with Ruby, but PHP has a `--with-ldap=/path` option. Also, I know not everything will use ldap.conf or ~/.ldaprc. To use LDAP in Python, you have to specify all those options again, so maybe the URI, BASEDN, and TLS_* settings aren't being picked up by Ruby? -- Rob McBroom <http://www.skurfer.com/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
