jc.listmail
2010-Jun-04 04:41 UTC
[Puppet Users] LDAP node search stopped working after Puppetmaster upgrade
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-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Rob McBroom
2010-Jun-30 14:13 UTC
Re: [Puppet Users] LDAP node search stopped working after Puppetmaster upgrade
On Jun 4, 2010, at 12:41 AM, jc.listmail wrote:> 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’ve had no trouble with 0.25.4. Is that the version you’re on or are you on 0.25.5? -- 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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
mohit chawla
2010-Jun-30 15:12 UTC
Re: [Puppet Users] LDAP node search stopped working after Puppetmaster upgrade
Do you get any kind of error/notice ? What does the ldap/slapd log say ? Also, did you mention the admnistrative (or whatever user) DN (and the password) in the puppetmasterd (or main) sections in puppet.conf ? And then again, how does your nodes.pp look like ? Does it have any entries ? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.