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 /src/ckpasswd.c | |
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 'src/ckpasswd.c')
-rw-r--r-- | src/ckpasswd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ckpasswd.c b/src/ckpasswd.c index 04b4b64..e3fed82 100644 --- a/src/ckpasswd.c +++ b/src/ckpasswd.c @@ -252,11 +252,12 @@ output_user(const char *username, bool wantgroup) /* -** Main routine. +** Main routines. ** ** We handle the variences between systems with #if blocks above, so that ** this code can look fairly clean. */ + int main(int argc, char *argv[]) { |