summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2000-07-19 18:45:20 +0000
committerhin <hin@openbsd.org>2000-07-19 18:45:20 +0000
commitd39dc8096278c45ae29cbb82c4d140c6eaf87c78 (patch)
tree8fafaa6f2b8619fc44d1c13b3fba9ee2def97210
parentnew timeouts; tested (diff)
downloadwireguard-openbsd-d39dc8096278c45ae29cbb82c4d140c6eaf87c78.tar.xz
wireguard-openbsd-d39dc8096278c45ae29cbb82c4d140c6eaf87c78.zip
Fix path to more kerberosIV configuration files;
/etc, /var/kerberos -> /etc/kerberosIV where relevant.
-rw-r--r--kerberosIV/src/man/ext_srvtab.82
-rw-r--r--kerberosIV/src/man/kadmind.84
-rw-r--r--kerberosIV/src/man/kdb_destroy.84
-rw-r--r--kerberosIV/src/man/kdb_edit.82
-rw-r--r--kerberosIV/src/man/kdb_init.84
-rw-r--r--kerberosIV/src/man/kerberos.34
-rw-r--r--kerberosIV/src/man/kerberos.84
-rw-r--r--kerberosIV/src/man/klist.14
-rw-r--r--kerberosIV/src/man/kprop.810
-rw-r--r--kerberosIV/src/man/kpropd.88
-rw-r--r--kerberosIV/src/man/krb.extra.52
-rw-r--r--kerberosIV/src/man/krb_realmofhost.310
-rw-r--r--kerberosIV/src/man/ksrvtgt.16
-rw-r--r--kerberosIV/src/man/kstash.82
14 files changed, 33 insertions, 33 deletions
diff --git a/kerberosIV/src/man/ext_srvtab.8 b/kerberosIV/src/man/ext_srvtab.8
index 6ce2b34bea8..3f5da95bc02 100644
--- a/kerberosIV/src/man/ext_srvtab.8
+++ b/kerberosIV/src/man/ext_srvtab.8
@@ -53,7 +53,7 @@ The master key string entered was incorrect.
Service key file generated for
.I hostname
.TP
-/var/kerberos/principal.pag, /var/kerberos/principal.dir
+/etc/kerberosIV/principal.pag, /etc/kerberosIV/principal.dir
DBM files containing database
.TP
/.k
diff --git a/kerberosIV/src/man/kadmind.8 b/kerberosIV/src/man/kadmind.8
index 985bb7c9a8e..1f5f4ed3d0d 100644
--- a/kerberosIV/src/man/kadmind.8
+++ b/kerberosIV/src/man/kadmind.8
@@ -115,13 +115,13 @@ A principal is always granted authorization to change its own password.
/var/log/admin_server.syslog
Default log file.
.TP
-/var/kerberos
+/etc/kerberosIV
Default access control list directory.
.TP
admin_acl.{add,get,mod}
Access control list files (within the directory)
.TP
-/var/kerberos/principal.pag, /var/kerberos/principal.dir
+/etc/kerberosIV/principal.pag, /etc/kerberosIV/principal.dir
Default DBM files containing database
.TP
/.k
diff --git a/kerberosIV/src/man/kdb_destroy.8 b/kerberosIV/src/man/kdb_destroy.8
index 56859f35161..4ce65372c8d 100644
--- a/kerberosIV/src/man/kdb_destroy.8
+++ b/kerberosIV/src/man/kdb_destroy.8
@@ -18,7 +18,7 @@ response beginning with `y' or `Y' confirms deletion.
Any other response aborts deletion.
.SH DIAGNOSTICS
.TP 20n
-"Database cannot be deleted at /var/kerberos/principal"
+"Database cannot be deleted at /etc/kerberosIV/principal"
The attempt to delete the database failed (probably due to a system or
access permission error).
.TP
@@ -26,7 +26,7 @@ access permission error).
The user aborted the deletion.
.SH FILES
.TP 20n
-/var/kerberos/principal.pag, /var/kerberos/principal.dir
+/etc/kerberosIV/principal.pag, /etc/kerberosIV/principal.dir
DBM files containing database
.SH SEE ALSO
.Xr kdb_init 8
diff --git a/kerberosIV/src/man/kdb_edit.8 b/kerberosIV/src/man/kdb_edit.8
index 39ad8836548..94d3dab26fe 100644
--- a/kerberosIV/src/man/kdb_edit.8
+++ b/kerberosIV/src/man/kdb_edit.8
@@ -47,7 +47,7 @@ printed.
The master key string entered was incorrect.
.SH FILES
.TP 20n
-/var/kerberos/principal.pag, /var/kerberos/principal.dir
+/etc/kerberosIV/principal.pag, /etc/kerberosIV/principal.dir
DBM files containing database
.TP
/.k
diff --git a/kerberosIV/src/man/kdb_init.8 b/kerberosIV/src/man/kdb_init.8
index 5842896df57..ffc06e6ff9e 100644
--- a/kerberosIV/src/man/kdb_init.8
+++ b/kerberosIV/src/man/kdb_init.8
@@ -26,12 +26,12 @@ a master key password. The master key password is used to encrypt
every encryption key stored in the database.
.SH DIAGNOSTICS
.TP 20n
-"/var/kerberos/principal: File exists"
+"/etc/kerberosIV/principal: File exists"
An attempt was made to create a database on a machine which already had
an existing database.
.SH FILES
.TP 20n
-/var/kerberos/principal.pag, /var/kerberos/principal.dir
+/etc/kerberosIV/principal.pag, /etc/kerberosIV/principal.dir
DBM files containing database
.SH SEE ALSO
.Xr kdb_destroy 8
diff --git a/kerberosIV/src/man/kerberos.3 b/kerberosIV/src/man/kerberos.3
index 6b08d110116..b5e1b3a7e99 100644
--- a/kerberosIV/src/man/kerberos.3
+++ b/kerberosIV/src/man/kerberos.3
@@ -169,7 +169,7 @@ particular problem encountered. See
for the list of error codes.
.PP
If the last argument is the null string (""), krb_rd_req will use the
-file /etc/srvtab to find its keys. If the last argument is NULL, it
+file /etc/kerberosIV/srvtab to find its keys. If the last argument is NULL, it
will assume that the key has been set by
.I krb_set_key
and will not bother looking further.
@@ -440,7 +440,7 @@ filled in with data obtained from Kerberos.
.br
/etc/aname
.br
-/etc/srvtab
+/etc/kerberosIV/srvtab
.br
/tmp/tkt[uid]
.SH "SEE ALSO"
diff --git a/kerberosIV/src/man/kerberos.8 b/kerberosIV/src/man/kerberos.8
index a347504108f..f81529a3ece 100644
--- a/kerberosIV/src/man/kerberos.8
+++ b/kerberosIV/src/man/kerberos.8
@@ -75,11 +75,11 @@ getting too stale relative to the master.
If no
.Ar database
is given a default database will be used, normally
-.Pa /var/kerberos/principal .
+.Pa /etc/kerberosIV/principal .
.Sh DIAGNOSTICS
The server logs several messages in a log file
-.Pf ( Pa /var/run/kerberos.log
+.Pf ( Pa /var/log/kerberos.log
by default). The logging mechanism opens and closes the log file for
each message, so you can safely rename the log file when the server is
running.
diff --git a/kerberosIV/src/man/klist.1 b/kerberosIV/src/man/klist.1
index a3974948510..f7dc308bb8e 100644
--- a/kerberosIV/src/man/klist.1
+++ b/kerberosIV/src/man/klist.1
@@ -64,7 +64,7 @@ keys contained therein are printed. If no file is
specified with a
.B \-file
option, the default is
-.IR /etc/srvtab .
+.IR /etc/kerberosIV/srvtab .
.SH FILES
.TP 2i
/etc/krb.conf
@@ -73,7 +73,7 @@ to get the name of the local realm
/tmp/tkt[uid]
as the default ticket file ([uid] is the decimal UID of the user).
.TP
-/etc/srvtab
+/etc/kerberosIV/srvtab
as the default service key file
.SH SEE ALSO
.PP
diff --git a/kerberosIV/src/man/kprop.8 b/kerberosIV/src/man/kprop.8
index 6ba818e29ce..def2ab61ca2 100644
--- a/kerberosIV/src/man/kprop.8
+++ b/kerberosIV/src/man/kprop.8
@@ -33,10 +33,10 @@ Realm if other than the default.
is a file created with
.Ic kdb_util slave_dump ,
default is
-.Pa /var/kerberos/slave_dump .
+.Pa /etc/kerberosIV/slave_dump .
.It slave-file
Contains the names of the slave servers. Default is
-.Pa /var/kerberos/slaves .
+.Pa /etc/kerberosIV/slaves .
.El
.Nm
@@ -48,9 +48,9 @@ on the master server.
.Sh FILES
.Bl -tag -width indent -compact
-.It Pa /var/kerberos/slave_dump
-.It Pa /var/kerberos/slaves
-.It Pa /etc/srvtab
+.It Pa /etc/kerberosIV/slave_dump
+.It Pa /etc/kerberosIV/slaves
+.It Pa /etc/kerberosIV/srvtab
.El
.Sh SEE ALSO
.Xr kpropd 8 ,
diff --git a/kerberosIV/src/man/kpropd.8 b/kerberosIV/src/man/kpropd.8
index ab3a7f5807c..726b475c6af 100644
--- a/kerberosIV/src/man/kpropd.8
+++ b/kerberosIV/src/man/kpropd.8
@@ -34,7 +34,7 @@ been started by
.Nm inetd .
.It Fl d
What database file to use, default is
-.Pa /var/kerberos/principal .
+.Pa /etc/kerberosIV/principal .
.It Fl l
Logfile to use, default is
.Pa /var/log/kpropd.log .
@@ -49,13 +49,13 @@ default is
Realm if other than the default realm.
.It Fl s
Srvtab if other than
-.Pa /etc/srvtab .
+.Pa /etc/kerberosIV/srvtab .
.El
.Sh FILES
.Bl -tag -width indent -compact
-.It Pa /var/kerberos/principal.{db,dir,pag}
+.It Pa /etc/kerberosIV/principal.{db,dir,pag}
.It Pa /var/log/kpropd.log
-.It Pa /etc/srvtab
+.It Pa /etc/kerberosIV/srvtab
.El
.Sh SEE ALSO
.Xr kprop 8 ,
diff --git a/kerberosIV/src/man/krb.extra.5 b/kerberosIV/src/man/krb.extra.5
index d3964edcd9f..255b7353bdd 100644
--- a/kerberosIV/src/man/krb.extra.5
+++ b/kerberosIV/src/man/krb.extra.5
@@ -33,7 +33,7 @@ address of a web-proxy to use when connecting to the KDC via HTTP
the default prefix for ticket files. E.g, if your uid is 42 and the
prefix is /tmp/tkt then your default ticket file will be /tmp/tkt42
.It krb_default_keyfile
-the default kefile, normally /etc/srvtab
+the default kefile, normally /etc/kerberosIV/srvtab
.It nat_in_use
if a Network Address Translator (NAT) is being used.
.El
diff --git a/kerberosIV/src/man/krb_realmofhost.3 b/kerberosIV/src/man/krb_realmofhost.3
index f0caf7e2bb0..22869b489c0 100644
--- a/kerberosIV/src/man/krb_realmofhost.3
+++ b/kerberosIV/src/man/krb_realmofhost.3
@@ -47,7 +47,7 @@ int n;
returns the Kerberos realm of the host
.IR host ,
as determined by the translation table
-.IR /etc/krb.realms .
+.IR /etc/kerberosIV/krb.realms .
.I host
should be the fully-qualified domain-style primary host name of the host
in question. In order to prevent certain security attacks, this routine
@@ -95,7 +95,7 @@ with the hostname of the
host running a Kerberos key distribution center (KDC)
for realm
.IR realm ,
-as specified in the configuration file (\fI/etc/krb.conf\fR).
+as specified in the configuration file (\fI/etc/kerberosIV/krb.conf\fR).
The configuration file is described by
.IR krb.conf (5).
If the host is successfully filled in, the routine
@@ -118,7 +118,7 @@ with the hostname of the
host running a Kerberos KDC database administration server
for realm
.IR realm ,
-as specified in the configuration file (\fI/etc/krb.conf\fR).
+as specified in the configuration file (\fI/etc/kerberosIV/krb.conf\fR).
If the file cannot be opened or is malformed, or there are fewer than
.I n
hosts running a Kerberos KDC database administration server,
@@ -146,10 +146,10 @@ should be at least REALM_SZ (from
.Xr krb.realms 5
.SH FILES
.TP 20n
-/etc/krb.realms
+/etc/kerberosIV/krb.realms
translation file for host-to-realm mapping.
.TP
-/etc/krb.conf
+/etc/kerberosIV/krb.conf
local realm-name and realm/server configuration file.
.SH BUGS
The current convention for instance names is too limited; the full
diff --git a/kerberosIV/src/man/ksrvtgt.1 b/kerberosIV/src/man/ksrvtgt.1
index b929e17c001..ffbde08caa1 100644
--- a/kerberosIV/src/man/ksrvtgt.1
+++ b/kerberosIV/src/man/ksrvtgt.1
@@ -24,7 +24,7 @@ is not supplied on the command line), decrypts the response using
the service key found in
.I srvtab
(or in
-.B /etc/srvtab
+.B /etc/kerberosIV/srvtab
if
.I srvtab
is not specified on the command line), and stores the ticket in the
@@ -38,13 +38,13 @@ problems, the most common of which is the inability to read the service
key file.
.SH FILES
.TP 2i
-/etc/krb.conf
+/etc/kerberosIVkrb.conf
to get the name of the local realm.
.TP
/tmp/tkt[uid]
The default ticket file.
.TP
-/etc/srvtab
+/etc/kerberosIV/srvtab
The default service key file.
.SH SEE ALSO
.Xr kerberos 1 ,
diff --git a/kerberosIV/src/man/kstash.8 b/kerberosIV/src/man/kstash.8
index bbdb8bf4b50..c5e8ed91d61 100644
--- a/kerberosIV/src/man/kstash.8
+++ b/kerberosIV/src/man/kstash.8
@@ -33,7 +33,7 @@ system call returned an error while
was attempting to write the key to the file.
.SH FILES
.TP 20n
-/var/kerberos/principal.pag, /var/kerberos/principal.dir
+/etc/kerberos/principalIV.pag, /etc/kerberosIV/principal.dir
DBM files containing database
.TP
/.k