#0748 Active Directory login?
Is it possible to log into the IssueTracker using Active Directory credentials? I think there are some products our there which allow that, but not sure if it works with IssueTrackerProduct.
5 months and 3 weeks old
Just to let you know, I've been able to implement a User Folder called ACASUserFolder as a replacement to the Issue Tracker User Folder. It uses CAS to log the user in, which is exactly what I needed.
However, the problem now is that the added functionnalities of the Issue Tracker User Folder have been lost, as far as being able to set up the user full name and his email address.
How can one regain this ability to set up a user full name and email from within the Zope manage interface, with ACASUserFolder?
I was thinking about extending ACASUserFolder with these fields, but I'm not sure at all how to integrate that with IssueTracker Folder.
Thank you.
I've done it, I extended the ACASUserFolder to handle all features of Issue Tracker User Folders, it works like a charm now. See you...