On Nov 14, 2008, at 6:18 PM, Leon Meßner wrote: > Hi, > i'm relatively new to puppet and to this list and have a problem > configuring puppet for using ldap nodes. I have a very basic testing > setup on FreeBSD7_0 using puppet-dev port (0.24.5) > The error i get is: > > warning: Retrying LDAP connection > err: LDAP Search failed > > When tcpdumping i can see, that puppetmasterd is trying to do simple > auth with binddn="<ROOT>" and the ldap.authentication field is simply > missing (no password sent.) With ldapsearch (authing as my puppet > user) > and the same filters used by puppetmasterd i get the correct response. > > What authentication mechanism am i supposed to use and what are the > resprective puppet.conf parameters ? > > puppet.conf on the server: > > [puppetmasterd] > > ldapserver = myldapserver.fqdn.example.org > ldapbase = ou=puppet,ou=rest,ou=of,o=it,c=org > ldapuser = cn=puppetadmin,ou=ldapaccounts,ou=rest,ou=of,o=it,c=org > ldappassword = puppetpassword > ldapclassattrs = puppetclass > > node_terminus = ldap > > puppet.conf on the client: > > [puppetd] > server = puppetmasterd.fqdn.example.org
I believe this was just fixed in 0.24.6: http://projects.reductivelabs.com/issues/show/1521 -- This book fills a much-needed gap. -- Moses Hadas --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.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 -~----------~----~----~----~------~----~------~--~---
