On Sat, Jun 3, 2017 at 11:13 AM, John D. Ament <[email protected]> wrote: > I get the following error when trying to access the LDAP cert using the > first format. Is that expected now? > > ruby -r whimsy/asf -e "puts ASF::LDAP.cert" > > -e:1:in `<main>': undefined method `cert' for ASF::LDAP:Module > (NoMethodError)
My guess is that you have an old version of the whimsy-asf gem. Try the following commands: $ gem list whimsy-asf *** LOCAL GEMS *** whimsy-asf (0.0.77) $ gem update whimsy-asf - Sam Ruby
