Projects:Store Server Linux PAM Authentication Manager
Introduction
For a separate project we will implement an authentication mechanism for Linux PAM and OB Commerce. The authentication needs to be integrated/run-next-to the store server authentication manager.
A possible idea can be to create a pluggable authentication manager which allows multiple sub-authentication managers which are called each in a specific order. This can make it possible to create parallel authentication managers.
Conclusion: the conclusion has been to make the current mobile authentication manager more extendable. Then any other logic can extend the mobile authentication manager to add new logic.