[Bug 165899] Review Request: pam_pkcs11 : PKCS #11 PAM login module

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 2 20:51:38 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: pam_pkcs11 : PKCS #11 PAM login module


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=165899





------- Additional Comments From jonsito at teleline.es  2005-11-02 15:51 EST -------
Sorry for the delay... I'm a bit busy :-(

In release 0.5.3 FIND_USER, MATCH_USER, FIND_ENTRIES and MODULE_END _must_ be
declared static, as they may be statically linked, to avoid "duplicate symbols"

MODULE_INIT should never be used, unless included in dynamically loaded mappers

Anyway, in current tree, "match", "find", and "entries" are used only by null
mapper, that is to be statically linked. So let it remain "static" to get sure
that these functions will not be duplicated

In fact, my idea is remove remove these macros on next release, as they were 
a dirty patch for non-complete mappers

Juan Antonio

PS: in a few weeks I'll restart work on pam_pkcs11.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list