> In order to test pam_eval() I've written a pam_test.so.1 module that There's been one available since SunOS 5.6. It's pam_sample(5). It may be a bit long in the tooth, but it's there. If you recall, I pointed you to one that I did to test the internal use only libpam conversation code. I suspect other folk who needed to test libpam changes also have written test modules. It seems like something useful for a catch all OpenSolaris repo. I'm not sure it's something to ship with the base OpenSolaris. How many of us actually change libpam and need to exercise our specific changes?
Gary.. > Should we just integrate such a module? It could be very useful for > PAM application developers as well as for ON developers. IIRC that's what pam_sample was shipped for.