Bug #1056
closed
Rundeck url doesn't work when ldap auth is active
Added by Marcello de Sousa over 13 years ago.
Updated about 13 years ago.
Description
Workaround (as suggested by ohad):
in "app/controllers/application_controller.rb" line 94
replace:
def request_json?
request.format.json?
end
with:
def request_json?
request.format.json? or request.format.yaml?
end
extra minor bug:
in "app/controllers/hosts_controller.rb" line 561 (the word "description" is misspelled):
{@host.name => { "desciption" => @host.comment, "hostname...
should be:
{@host.name => { "description" => @host.comment, "hostname...
- Status changed from New to Closed
- % Done changed from 0 to 100
- Assignee set to Ohad Levy
Also available in: Atom
PDF