Hi,
I have followed the tutorials here
http://blog.alfonsorv.com/grails-ldap-authentication-and-authorization/#comment-162 and
.
I reached a point where I wanna call the UserDetails mapUserFromContext(DirContextOperations ctx, String username, Collection authorities) in myController. MyController has the login method.
However, I am sure what classes I should use to generate the DirContextOperations object and Collection object, so that I can pass them into the method.
Will be happy to get help.
Simon.