search for: ldapstr

Displaying 4 results from an estimated 4 matches for "ldapstr".

Did you mean: ldaps
2012 Feb 06
2
Puppet kick class option error
...e Puppetmaster was loaded "cn=host1.example.net" and "dc=example,dc=com". Puppetmaster and LDAP Server Config, puppet.conf --- [main] node_terminus = ldap ldapserver = 192.168.0.101 ldapport = 389 ldapbase = ou=Servers,dc=puppet,dc=sf ldapstring = (&(objectclass=puppetClient)(cn=%s)) ldapuser=cn=Manager,dc=example,dc=com ldappassword=******* --- host1.ldif --- dn: cn=host1.example.net, ou=servers, dc=example, dc=com objectClass: device objectClass: puppetClient objectClass: top cn: host1.example.net puppetClass: te...
2012 Aug 23
1
Puppet Agent VS User
...st_run_summary.yaml lastrunreport = /var/lib/puppet/state/last_run_report.yaml ldapattrs = all ldapbase = "" ldapclassattrs = puppetclass ldapnodes = false ldapparentattr = parentnode ldappassword = "" ldapport = 389 ldapserver = ldap ldapssl = false ldapstackedattrs = puppetvar ldapstring = (&(objectclass=puppetClient)(cn=%s)) ldaptls = false ldapuser = "" lexical = false libdir = /var/lib/puppet/lib listen = false localcacert = /var/lib/puppet/ssl/certs/ca.pem localconfig = /var/lib/puppet/state/localconfig logdir = /var/log/puppet manage_internal_file_permissions...
2011 Jul 14
5
LDAP ENC
...ppet master... puppet.conf [master] # ENC (external node classificiations) node_terminus = ldap ldapnodes = true ldapclassattrs = puppetclass # LDAP ldapserver = ubuntu.ttinet ldapbase = ou=Hosts,dc=ttinet,dc=local ldapuser = cn=admin,dc=ttinet,dc=local ldappasswd = XXXXXXXXXXXX ldapstring = (&(objectclass=puppetClient)(cn=%s)) ldaptls = false ldapssl = false ldapport = 389 and this is a piece of cake from CLI # ldapsearch -x ''(&(objectclass=puppetClient)(cn=ubuntu5.ttinet))'' # extended LDIF # # LDAPv3 # base <dc=ttinet,dc=local> (default) w...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...when searching for nodes. # Defaults to false because TLS usually requires certificates # to be set up on the client side. # ldaptls = false # The search string used to find an LDAP node. # The default value is ''(&(objectclass=puppetClient)(cn=%s))''. # ldapstring = (&(objectclass=puppetClient)(cn=%s)) # The LDAP attributes to include when querying LDAP for nodes. All # returned attributes are set as variables in the top-level scope. # Multiple values should be comma-separated. The value ''all'' returns # all attribut...