walkamongus / realmd

Puppet module for setting up realmd, SSSD, and a Kerberos client config
Apache License 2.0
12 stars 47 forks source link

join with password, OU prefix #39

Closed acurus-puppetmaster closed 6 years ago

acurus-puppetmaster commented 6 years ago

When you join with a password and provide an OU to place the computer object in the format of the OU string isn't what we would normally expect when dealing with Active Directory.

The AD distinguished name begins with OU=

Which we record in Hiera as

ad_ou: 'OU=Linux,OU=ISP,OU=Internal Systems,DC=services,DC=company,DC=com'

But the module already adds the OU=

Which means the actual OU specifed in the end becomes OU=OU=Linux,OU=ISP,OU=Internal Systems,DC=services,DC=company,DC=com

Which fails.

It would be great if this was not added as a prefix.

acurus-puppetmaster commented 6 years ago

Submitted pull request #40

acurus-puppetmaster commented 6 years ago

Almost a year and no traction on this PR.

walkamongus commented 6 years ago

Hi @acurus-puppetmaster -- if you check the PR, it was merged back on June 16th.

acurus-puppetmaster commented 6 years ago

But the last release you did was in 2017. so those of us who like to use the forge released version can't access any recent changes.

walkamongus commented 6 years ago

Ok...thanks for clarifying. I'll try to push a new Forge release later today or tomorrow at the latest. I'll close this once the new Forge release is available.

acurus-puppetmaster commented 6 years ago

Excellent news, thank you.

walkamongus commented 6 years ago

v2.3.0 is up now on the Forge