I'm patching an OTP module (yubico_pam) and I'm trying to access the control-flag selected by the administrator (e.g. required, sufficient, etc).

Any idea? Is this feasible at all (without parsing the file)?

link|improve this question
The PAM stack is supposed to interpet that. AFAIK, there is no API to inquire that bit of information. Maybe we can get around the necessity to know that. What are you trying to do? – dennycrane Mar 21 '11 at 16:24
That's what I figured. I really need this since the authentication logic change depending on this. What I'll do is add a new option and tell in the documentation that they should only use this option when using require control flag (otherwise, it's a security risk). – northox Apr 4 '11 at 20:00
I'm implementing an opt-out feature. Take a look at code.google.com/p/yubico-pam/issues/detail?id=34 – northox Jun 22 '11 at 19:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.