Displaying 5 results from an estimated 5 matches for "ldapport".
Did you mean:
ldap_port
2012 Feb 06
2
Puppet kick class option error
...host1.example.net.example.com, host2.example.net.example.com
---
Maybe 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
objectClas...
2012 Aug 23
1
Puppet Agent VS User
...tory_terminus = facter
keylength = 1024
lastrunfile = /var/lib/puppet/state/last_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...
2011 Jul 14
5
LDAP ENC
...= 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) with scope subtree
# filter: (&(objectclass=puppetClient)(cn=ubuntu5.ttinet))
# requesting...
2008 May 20
13
puppet thinks yum fails when it doesn't
Hi all,
Not sure if this is a bug in puppet, yum, or just something I''m doing wrong.
I''m trying to use puppet to update a package to a particular version and exec
a command when that update is applied.
The problem is, puppet calls yum which successfully updates the package, but
puppet then thinks the update has failed and hence doesn''t trigger the exec.
Next
2011 Nov 04
1
Storeconfigs and nagios and foreman
...# Whether SSL should be used when searching for nodes.
# Defaults to false because SSL usually requires certificates
# to be set up on the client side.
# ldapssl = false
# The LDAP port. Only used if `ldapnodes` is enabled.
# The default value is ''389''.
# ldapport = 389
# Where the CA stores the password for the private key
# The default value is ''$caprivatedir/ca.pass''.
capass = /etc/puppet/ssl/ca/private/ca.pass
# Whether to allow a new certificate
# request to overwrite an existing certificate.
# allow_duplicate...