[Puppet Users] puppet and LDAP users
2009-03-01 11:53:17 GMT
I am trying to get puppet to manage my LDAP users but I don't appear
to be having much success. What I have in puppet.conf is this
[puppetmasterd]
ldapserver=ldap.myorg.company.com
ldapbase=dc=myorg,dc=org
ldapuser=cn=admin,dc=myorg,dc=org
ldappassword=mysecret
ldapparentattr=dc=myorg,dc=org
I added the ldapparentattr in desperation and doubt if it's actually
required. Now I have a class which says
user { "myuser":
uid => 500,
groups => myuser,
gid => 500,
ensure => present,
comment => "some info",
managehome => 'true',
home => "/home/myuser",
shell => "/bin/bash",
require => [ Group["myuser"] ]
}
and the message I get is this
[root <at> here]# puppetd --test --noop --tags users
info: Loading fact drbd
(Continue reading)
RSS Feed