pam_succeed_if's pam_sm_setcred

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



As of Linux-PAM 1.0.4, the pam_sm_setcred function of the pam_succeed_if module always returns PAM_IGNORE:

    PAM_EXTERN int
    pam_sm_setcred(pam_handle_t *pamh UNUSED, int flags UNUSED,
                   int argc UNUSED, const char **argv UNUSED)
    {
            return PAM_IGNORE;
    }

Is there any design reason not to give this function the same succeed_if behavior that the other pam_sm_* functions have? I ask because I have a real-world scenario in which I'd like to use pam_succeed_if to skip setcred for some modules under certain circumstances.

--
Ian Ward Comfort <icomfort@xxxxxxxxxxxxxxxxxxxx>
System Administrator, Student Computing, Stanford University

_______________________________________________
Pam-list mailing list
Pam-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/pam-list

[Index of Archives]     [Fedora Users]     [Kernel]     [Red Hat Install]     [Linux for the blind]     [Gimp]

  Powered by Linux