mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added note about file ownership
SVN revision: 449
This commit is contained in:
parent
5290f3b003
commit
d00f3151ca
25
man/elogd.8
25
man/elogd.8
@ -20,9 +20,9 @@ elogd \- web server program for Electronic Logbook ELOG
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.sp
|
.sp
|
||||||
\fBelog\fR [ \fB-a \fIpassword\fB\fR ] [ \fB-c \fIfile\fB\fR ] [ \fB-D\fR ]
|
\fBelog\fR [ \fB-a \fIpassword\fB\fR ] [ \fB-c \fIfile\fB\fR ] [ \fB-D\fR ]
|
||||||
[ \fB-d \fIdirectory\fB\fR ] [ \fB-k\fR ] [ \fB-l \fIlogbook\fB\fR ]
|
[ \fB-d \fIdirectory\fB\fR ] [ \fB-f \fIfile\fB\fR ] [ \fB-k\fR ]
|
||||||
[ \fB-p \fIport\fB\fR ] [ \fB-r \fIpassword\fB\fR ] [ \fB-s \fIdirectory\fB\fR ]
|
[ \fB-l \fIlogbook\fB\fR ] [ \fB-p \fIport\fB\fR ] [ \fB-r \fIpassword\fB\fR ]
|
||||||
[ \fB-v\fR ] [ \fB-w \fIpassword\fB\fR ] [ \fB-f \fIfile\fB\fR ]
|
[ \fB-s \fIdirectory\fB\fR ] [ \fB-v\fR ] [ \fB-w \fIpassword\fB\fR ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.PP
|
.PP
|
||||||
The Electronic Logbook
|
The Electronic Logbook
|
||||||
@ -51,6 +51,9 @@ become a daemon
|
|||||||
.BI -d " directory"
|
.BI -d " directory"
|
||||||
specify logbook root directory
|
specify logbook root directory
|
||||||
.TP
|
.TP
|
||||||
|
.BI -f " file"
|
||||||
|
specify PID file
|
||||||
|
.TP
|
||||||
.BI -h " host"
|
.BI -h " host"
|
||||||
host where
|
host where
|
||||||
.B elogd
|
.B elogd
|
||||||
@ -78,9 +81,6 @@ debugging output
|
|||||||
.TP
|
.TP
|
||||||
.BI -w " password"
|
.BI -w " password"
|
||||||
create/overwrite write password in config file
|
create/overwrite write password in config file
|
||||||
.TP
|
|
||||||
.BI -f " file"
|
|
||||||
specify PID file
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR elog (1).
|
.BR elog (1).
|
||||||
.PP
|
.PP
|
||||||
@ -89,7 +89,18 @@ The full documentation for
|
|||||||
is maintained as an html manual. You can reach it from the package document
|
is maintained as an html manual. You can reach it from the package document
|
||||||
directory.
|
directory.
|
||||||
.SH WARNINGS
|
.SH WARNINGS
|
||||||
Passwords are transferred over the network in plain text and therefore are not
|
.B elogd
|
||||||
|
is run under a seperate user/group
|
||||||
|
.I elog
|
||||||
|
, by default. You might
|
||||||
|
change it via
|
||||||
|
.I Usr
|
||||||
|
and
|
||||||
|
.I Grp
|
||||||
|
options in configuration file. The configuration and stylesheet files should
|
||||||
|
be readable by that user.
|
||||||
|
.PP
|
||||||
|
Passwords are transferred over the network in plain text and therefore, are not
|
||||||
secure. Although the
|
secure. Although the
|
||||||
.B elogd
|
.B elogd
|
||||||
program does not support secure connections over SSL directly, an SSL
|
program does not support secure connections over SSL directly, an SSL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user