diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-20 20:01:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-20 20:01:11 +0000 |
commit | 32b6f4c4aeddfdda9343d59fba02ae7fe3e0b24c (patch) | |
tree | ede5064d9754d063fecece08d81f8ef1e98cb3ba /etc/init | |
parent | 125b13c1760df7ad557d0d5462b39c7f092e2f3b (diff) | |
download | smartcardauth-32b6f4c4aeddfdda9343d59fba02ae7fe3e0b24c.tar.gz smartcardauth-32b6f4c4aeddfdda9343d59fba02ae7fe3e0b24c.zip |
Use new smartauthmon C++ program instead of the old bash script for smartcard authentication
This plugs several possible security holes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254687 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'etc/init')
-rwxr-xr-x | etc/init/smartauthlogin.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init/smartauthlogin.conf b/etc/init/smartauthlogin.conf index 5a2acf3..3ef50b1 100755 --- a/etc/init/smartauthlogin.conf +++ b/etc/init/smartauthlogin.conf @@ -8,7 +8,7 @@ start on (filesystem stop on stopping kdm-trinity script - if [ -e /usr/bin/smartauthmon.sh ]; then - /usr/bin/smartauthmon.sh + if [ -e /usr/bin/smartauthmon ]; then + /usr/bin/smartauthmon fi end script |