Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
97432be8
Commit
97432be8
authored
Mar 08, 2000
by
Niels Möller
Browse files
* src/server_publickey.c (do_authenticate): Use the user
superclass rather than unix_user. Rev: src/server_publickey.c:1.11
parent
e06d1ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server_publickey.c
View file @
97432be8
...
...
@@ -86,7 +86,7 @@ do_authenticate(struct userauth *s,
&&
parse_eod
(
args
))
:
parse_eod
(
args
)))
{
struct
unix_
user
*
user
;
struct
user
*
user
;
lookup
=
ALIST_GET
(
self
->
verifiers
,
algorithm
);
...
...
@@ -117,7 +117,7 @@ do_authenticate(struct userauth *s,
goto
fail
;
}
v
=
LOOKUP_VERIFIER
(
lookup
,
algorithm
,
&
user
->
super
,
keyblob
);
v
=
LOOKUP_VERIFIER
(
lookup
,
algorithm
,
user
,
keyblob
);
if
(
!
check_key
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment