Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
91a69be4
Commit
91a69be4
authored
Feb 27, 1994
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(struct kom_par): New field: authentication_level.
parent
9331efc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/server/param.h
src/server/param.h
+6
-1
No files found.
src/server/param.h
View file @
91a69be4
/*
* $Id: param.h,v 1.
2
1994/02/
19 03:57:56
ceder Exp $
* $Id: param.h,v 1.
3
1994/02/
27 15:47:02
ceder Exp $
* Copyright (C) 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -87,6 +87,11 @@ struct kom_par {
int
cache_conferences
;
int
cache_persons
;
int
cache_text_stats
;
/* 0=never use IDENT,
1=try to use IDENT,
2=only allow login if IDENT succeeded. */
int
authentication_level
;
};
extern
struct
kom_par
param
;
...
...
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