Actions
Bug #3680
closedAllow for different authentication services in metacat configuration
Start date:
11/19/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3680
Description
Right now, the metacat configuration utility authenticates against ldap. It should allow for the usage of any authentication schema.
Updated by Matt Jones about 16 years ago
Shouldn't the configuration utility be using the AuthInterface interface for all of its calls? That would help abstract it away from the need for a specific LDAP implementation. Maybe an additional method or two need to be added to AuthInterface to support verifying account existence?
Updated by Michael Daigle about 16 years ago
Changed the configuration authentication to use the generic AuthSession. Added the auth class to the configuration utility. Updated install/update documentation to reflect the changes.
Actions