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
e6a7a475
Commit
e6a7a475
authored
Feb 27, 1994
by
Per Cederqvist
Browse files
(parameters): Added "Log login".
parent
74aa091e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
e6a7a475
/*
* $Id: server-config.c,v 0.2
5
1994/02/27 1
5:49:1
5 ceder Exp $
* $Id: server-config.c,v 0.2
6
1994/02/27 1
7:05:2
5 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,7 +30,7 @@
*
*/
static
char
*
rcsid
=
"$Id: server-config.c,v 0.2
5
1994/02/27 1
5:49:1
5 ceder Exp $"
;
static
char
*
rcsid
=
"$Id: server-config.c,v 0.2
6
1994/02/27 1
7:05:2
5 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -187,6 +187,8 @@ static const struct parameter parameters[] = {
jubel
,
0
,
-
1
,
NULL
,
NULL
},
{
"Ident-authentication"
,
ident_param
,
0
,
1
,
"try"
,
&
param
.
authentication_level
},
{
"Log login"
,
assign_bool
,
0
,
1
,
"off"
,
&
param
.
log_login
},
/* end marker */
{
NULL
,
NULL
,
0
,
0
,
NULL
,
NULL
}};
...
...
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