We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb4057 commit 38a7f13Copy full SHA for 38a7f13
cookbooks/aws-parallelcluster-environment/libraries/directory_service_utils.rb
@@ -22,6 +22,7 @@ def _get_cn_subparam(param)
22
tokens = param.split(",") unless param.blank?
23
tokens.each do |token|
24
['cn=', 'CN='].each do |param_search|
25
+ Chef::Log.info("Token is #{token} and param search is #{param_search} and condition #{token.include? param_search}")
26
return token if token.include? param_search
27
end
28
0 commit comments