Skip to content

Commit

Permalink
realm_ad: Allow using unspecified DC
Browse files Browse the repository at this point in the history
This will instead discover the DC using an SRV record lookup in (r)adcli.

Requires theforeman/smart_proxy_realm_ad_plugin#19 on the proxy side
  • Loading branch information
ananace authored and ekohl committed Oct 31, 2018
1 parent 1f1d89e commit 85fc6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/realm/ad.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#
class foreman_proxy::plugin::realm::ad (
String $realm = $::foreman_proxy::plugin::realm::ad::params::realm,
String $domain_controller = $::foreman_proxy::plugin::realm::ad::params::domain_controller,
Optional[String] $domain_controller = $::foreman_proxy::plugin::realm::ad::params::domain_controller,
Optional[String] $ou = $::foreman_proxy::plugin::realm::ad::params::ou,
Optional[String] $computername_prefix = $::foreman_proxy::plugin::realm::ad::params::computername_prefix,
Optional[Boolean] $computername_hash = $::foreman_proxy::plugin::realm::ad::params::computername_hash,
Expand Down

0 comments on commit 85fc6b7

Please sign in to comment.