Project

General

Profile

Redmine custom authentication

Added by Tedd Barsons almost 13 years ago

Hello,

I made class for custom auth (by this article: http://www.redmine.org/projects/redmine/wiki/Alternativecustom_authentication_HowTo)

During auth process i get 500 error (default Redmine 500 error page). I logged all data, that my class return, for example:

code

$LOG.debug("retVal: #{retVal}")

and message in logfile:
retVal: _source_id1firstnameJohnlastnameAdams

So I don't get any info in production.log. In apache log I get only:

192.168.2.148 - - [22/Sep/2011:18:20:59 +0400] "POST /login HTTP/1.1" 500 674

I'm newbie in Ruby and Redmine.

Can you please help me, how can I get more info about thie error (maybe some option, that will enable to write logs into production.log)?
Or you can provide me valid article for custom Redmine auth?

Best regards,


Replies (2)

RE: Redmine custom authentication - Added by Tedd Barsons almost 13 years ago

I got this issue:

http://www.redmine.org/issues/6196

So you should use:

{ :foo => 'bar' }

insted of:

[ :foo => 'bar' ]

Please edit article.

You can close this ticket.

Best regards,

RE: Redmine custom authentication - Added by Mischa The Evil almost 13 years ago

Tedd Barsons wrote:

Please edit article.

Isn't that already covered by the comment under "Bugs"?

You can close this ticket.

This is a forum-message actually. Such cannot be closed in any way. Your feedback is sufficient, thanks.

    (1-2/2)