Hi- I recently upgrade from 0.24 to 0.25. In my 0.24 config, I had LDAP working such that Puppet was matching nodes in my directory to determine what classes to apply. I upgraded to 0.25 and this stopped working. I do not even see attempts from the Puppetmaster to search the directory (i.e., no connections to the ldap server). I *did* update the puppetmasterd conf, adding the variable "node_terminus = ldap" since that apparently changed between versions. Here are all three entries:
# LDAP Config node_terminus = ldap ldapserver = ldap.<some_domain>.com ldapbase = ou=nodes,dc=<domain>,dc=com Like I said, this was working great before. If it makes a difference, when I upgraded to 0.25, I also switched to a Mongrel configuration. >From the client side, I see this, but I am not sure if it is a problem: debug: Failed to load library 'ldap' for feature 'ldap' >From the server side, I see this: debug: Puppet::Type::User::ProviderLdap: true value when expecting false These are the only references to ldap in the debug output. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.