This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
pam_usb
mirror of
https://github.com/Fincer/pam_usb
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Security fix
Andrea Luzzardi
17 years ago
parent
781b9acdd6
commit
8a704b6012
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pam.c
+ 1
- 1
src/pam.c
View File
@ -72,7 +72,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
if
(
tty
&
&
!
strcmp
(
tty
,
"
ssh
"
)
)
{
log_debug
(
"
SSH Authentication, aborting.
\n
"
)
;
return
(
0
)
;
return
(
PAM_AUTH_ERR
)
;
}
}
if
(
!
pusb_local_login
(
&
opts
,
user
)
)
Write
Preview
Loading…
Cancel
Save