Changeset 449


Ignore:
Timestamp:
Nov 8, 2009, 5:28:33 PM (14 years ago)
Author:
sebas
Message:

cambio para que ande la replica

Location:
trunk/puppet/modules/puppet-openldap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/puppet-openldap/manifests/classes/server-slave.pp

    r446 r449  
    3333  file {
    3434    "/etc/ldap/slapd.conf":
    35       content => template("openldap/slapd.conf.erb"),
     35      content => template("openldap/slapd.conf_slave.erb"),
    3636      mode    => 0600,
    3737      owner   => root,
  • trunk/puppet/modules/puppet-openldap/templates/slapd.conf_slave.erb

    r448 r449  
    1717# Schema check allows for forcing entries to
    1818# match schemas for their objectClasses's
    19 schemacheck     on
     19##schemacheck     on
    2020
    2121# Where the pid file is put. The init.d script
     
    4141# Specific Backend Directives for hdb
    4242backend           hdb
    43 checkpoint  512 30
     43#checkpoint  512 30
    4444database    hdb
    4545
     
    6060 schemachecking=off
    6161 bindmethod=simple
    62  binddn="cn=proxy-walsh,<%= ldap_base %>"
     62 binddn="cn=proxy-<%= ldap_slave %>,<%= ldap_base %>"
    6363 credentials=<%= ldap_admin_password %>"
    6464<% end -%>
Note: See TracChangeset for help on using the changeset viewer.