Crowd Plugin

Grails-Crowd 0.5b1 Private Beta

Details

  • Type: Task Task
  • Status: In Progress In Progress
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: Grails-Crowd 0.5
  • Fix Version/s: Grails-Crowd 0.5
  • Component/s: None
  • Labels:
    None

Activity

Hide
Graham Bakay added a comment -

Grails-Crowd plugin v0.5b1

Show
Graham Bakay added a comment - Grails-Crowd plugin v0.5b1
Hide
François Houdebert added a comment -

Hello it works fine with crowd 1.6.1 but I get an uncaught ApplicationAccessDeniedException when I log with a valid user (login/password) but without the habilitations (no ldap groups).

Adding this block :

catch (ApplicationAccessDeniedException e) {
command.errors.reject("crowdAuth.accessDeniedException")
command.password= null
return [command:command]
}
in LoginController line 50, seems to solve the issue.

Show
François Houdebert added a comment - Hello it works fine with crowd 1.6.1 but I get an uncaught ApplicationAccessDeniedException when I log with a valid user (login/password) but without the habilitations (no ldap groups). Adding this block : catch (ApplicationAccessDeniedException e) { command.errors.reject("crowdAuth.accessDeniedException") command.password= null return [command:command] } in LoginController line 50, seems to solve the issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: