What is the most effective to way to make Catalyst::Plugin::Authentication
work if the user uesrid is qualified by a domain (i.e. composite key)? Does it support this functionality? I'm looking specifically at using Catalyst::Plugin::Authentication::DBI
but I'm not opposed to forking, patching, recreating it if it doesn't have the current functionality.
I need to login to a certain domain name with a certain password. It seems as if /all/ the C:P:A
modules depend on a simple UserID / Password combination. Other examples, and hints are welcome.