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
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
525e1b4a
Commit
525e1b4a
authored
Feb 27, 1994
by
Per Cederqvist
Browse files
(get_real_username): Always fail, without trying to contact an IDENT
server, if param.authentication_level is 0.
parent
91a69be4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/rfc931.c
View file @
525e1b4a
/*
* $Id: rfc931.c,v 1.1
1
199
3/10/18 12:30:43
ceder Exp $
* $Id: rfc931.c,v 1.1
2
199
4/02/27 15:48:20
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -58,6 +58,9 @@ get_real_username(IscSession *scb,
char
*
result
;
time_t
before
,
after
;
if
(
param
.
authentication_level
==
0
)
return
NULL
;
if
(
auth_fd2
(
scb
->
fd
,
&
inlocal
,
&
inremote
,
&
local
,
&
remote
)
==
-
1
)
return
NULL
;
...
...
Write
Preview
Supports
Markdown
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