What is the timeline for the authentication stuff?
I've gone through some of the authentication stuff and it seems deeply embedded
(ie: not modular)
to do this right the authentication should be completely
abstracted from the app and allow a simple drop in authentication replacement.
If this were the case i'd happilly write the ldap stuff. Are there plans
to modularize all this stuff? Thanks....
Unless I'm missing something, everything around auth is done in C4::Auth.pm
package, so i don't understand why it's not modular ???