0

Let us say for my application APP , I have added a file in /etc/pam.d/APP and in APP I have defined the following:

    ....
    ....
    auth required method1
    auth required method2
    auth sufficient method3
    ....
    ....

In case of a conversation failure in method1 , how to return without calling pam_sm_authenticate in method2 and method3.

Thanks

-SomaSekhar

4

1 回答 1

0

如果你做第一行:

auth requisite method1

然后 pam 将立即返回失败。

于 2012-12-07T16:40:09.453 回答