Displaying 2 results from an estimated 2 matches for "ldap_db".
Did you mean:
ldap_dn
2008 May 27
12
Puppetting the puppetmaster problems
...used
to keep LDAP db (my puppetmaster DOES NOT use LDAP, it just tries to
coexist on the same machine). The thing is, I need to puppet this
baby, so I''m running into a situation where puppetmaster is
maintaining itself via puppetd.
Long story short, this is what happens:
May 27 15:43:09 ldap_db puppetmasterd[26986]: Starting Puppet server
version 0.24.4
May 27 15:43:20 ldap_db puppetd[27001]: Creating a new certificate
request for ldap_db.foo.bar
May 27 15:43:20 ldap_db puppetd[27001]: Creating a new SSL key at /etc/
puppet/ssl/private_keys/ldap_db.foo.bar.pem
May 27 15:43:20 ldap_db pupp...
2012 Feb 13
6
Dovecot v2.2 plans
...ldap. The dict-sql is something I think needs a bigger redesign (mentioned above in "Metadata" section), but the sql/ldap auth configs could be merged. One way could be:
sql_db sqlmails {
# most settings from dovecot-sql.conf.ext, except for queries
driver = mysql
connect = ...
}
ldap_db ldapmails {
# most settings from dovecot-ldap.conf.ext, except attributes/filters
}
passdb {
driver = sql
db = sqlmails
sql_query = select password from users where username = '%u'
}
passdb {
driver = ldap
db = ldapmails
ldap_attributes {
password = %{ldap:userPassword}...