Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No replication configuration, CentOS 8 #3

Open
mmarseglia opened this issue Apr 5, 2021 · 0 comments
Open

No replication configuration, CentOS 8 #3

mmarseglia opened this issue Apr 5, 2021 · 0 comments

Comments

@mmarseglia
Copy link

Hello, I'm hoping you can help and show me what I'm doing wrong. I tried configuring a replication consumer but I didn't get the expected results.

CentOS Linux release 8.3.2011
Puppet 6.19.0
puppet-ds_389 2.5.0

I configured my instance as follows:

  class { 'ds_389':
    dnf_module_name    => '389-directory-server',
    dnf_module_version => 'stable/default',
  }

  ds_389::instance { 'directory':
    backup_enable => true,
    root_dn       => 'cn=Directory Manager',
    root_dn_pass  => lookup(root_dn_pass),
    suffix        => 'dc=server,dc=com',
    cert_db_pass  => lookup(cert_db_pass),
    server_id     => $facts['networking']['hostname'],
    replication   => {
      'replication_pass' => lookup(replication_dn_pass),
      'role'             => 'consumer',
    },
  }

I opened the cockpit UI and clicked on "389 Directory Server", then clicked on "Replication". The web UI said there was no replication agreement for the suffix.

I expected there to be a replication agreement configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant