From b6fcc7b1f94c85dad55c16c4117054faf5482d5c Mon Sep 17 00:00:00 2001 From: tmraz Date: Jul 18 2006 15:23:24 +0000 Subject: - don't require pam_pkcs11 to run --- diff --git a/authconfig.spec.in b/authconfig.spec.in index 8dea169..fdbd353 100644 --- a/authconfig.spec.in +++ b/authconfig.spec.in @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Tue Jul 18 2006 Tomas Mraz - 5.3.2-1 +- don't require pam_pkcs11 to run + * Tue Jul 18 2006 Tomas Mraz - 5.3.1-1 - screensavers should be authenticated by smartcard too - add feature to download a CA certificate for LDAP from diff --git a/authinfo.py b/authinfo.py index 3a5bdf2..b46a188 100644 --- a/authinfo.py +++ b/authinfo.py @@ -636,6 +636,8 @@ def callPKCS11Setup(options): def getSmartcardModules(): mods = callPKCS11Setup(["list_modules"]) + if mods == None: + return [] return mods def getSmartcardActions(): diff --git a/configure.in b/configure.in index 3213de5..ebb3bdc 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(authconfig,5.3.1) +AC_INIT(authconfig,5.3.2) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_PREFIX_DEFAULT(/usr) AC_PROG_CC