Thank you, with that version I can add the module to mozilla. I generated a pub/priv Key and certified it with openca. I can use the card (cryptoflex with towitoko drive) without problems. Only the PAM module doesn't work correctly: file /etc/pam.d/login:
#%PAM-1.0 #auth requisite pam_unix2.so nullok #set_secrpc auth requisite pam_musclecard.so #auth required pam_securetty.so auth required pam_nologin.so auth required pam_homecheck.so auth required pam_env.so auth required pam_mail.so account required pam_unix2.so password required pam_pwcheck.so nullok password required pam_unix2.so nullok use_first_pass use_authtok session required pam_unix2.so none # debug or trace session required pam_limits.so if I try ti: notebook:~ # telnet localhost Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Welcome to SuSE Linux 8.2 (i586) - Kernel 2.4.23 (15). notebook login: pietsch Please enter pin: Last login: Sat Dec 20 09:12:07 from localhost Have a lot of fun... But the nothing else happens. If I have a look at processes I can see root 30056 1 0 13:24 ? 00:00:00 login -- pietsch root 30057 30056 0 13:24 ? 00:00:00 [login] <defunct> With pam_unix2.so it works correctly. What can be the reason? As I remember the pam module workes with SUSE 8.1 Regards D.Pietsch Am Freitag, 19. Dezember 2003 23:33 schrieb Ludovic Rousseau: > Le jeudi 18 d�cembre 2003 � 14:06:33, Dieter Pietsch a �crit: > > I tried to import libmusclepkcs11.so as token into Mozilla > > (muscleframework-1.1.4 PKCS11 CVS version). I get the message "unable to > > load module" If I try to compile a program with -lmusclepkcs11 I get an > > unresolved reference to GetCertFields. Where do I find it (which > > library)? I use SUSE 8.2. > > I released a new version of muscleframework: muscleframework-1.1.5 [1] > > 1.1.5: 19 December 2003, Ludovic Rousseau > - this version contains: > . CFlexPlugin-1.1.3 > . libmusclepkcs11-0.0.11 > . MCardPlugin-1.0.3 > . MusclePAM > > This should solve your problem. > > You will also need to upgrade the JavaCard applet (if you use the applet) > > 0.9.11 - 19 Dec 2003 > - Modify two INS to be ISO7816 compliant. This caused bugs with some > ifdhandlers following the ISO > - scripts to compile, convert and verify the applet > - The ListKeys command sends a ISO7816.SW_WRONG_LENGTH if the > specified key is not found. Thanks to Patrick Biget for the bug > report and the patch > > Bye, > > [1] https://alioth.debian.org/project/showfiles.php?group_id=1231 -- Dieter Pietsch DV Unternehmensberatung Pietsch GmbH Tel: +496081/916260 Fax: +496081/916280 http://www.ub-pietsch.de _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
