summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/man
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kerberosIV/man')
-rw-r--r--crypto/kerberosIV/man/kadmind.88
-rw-r--r--crypto/kerberosIV/man/krb.conf.58
-rw-r--r--crypto/kerberosIV/man/krb.extra.511
3 files changed, 18 insertions, 9 deletions
diff --git a/crypto/kerberosIV/man/kadmind.8 b/crypto/kerberosIV/man/kadmind.8
index 9924d48..71660fa 100644
--- a/crypto/kerberosIV/man/kadmind.8
+++ b/crypto/kerberosIV/man/kadmind.8
@@ -1,4 +1,4 @@
-.\" $Id: kadmind.8,v 1.5 1998/06/13 00:30:08 assar Exp $
+.\" $Id: kadmind.8,v 1.6 1999/09/15 15:10:08 assar Exp $
.\" Copyright 1989 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -112,16 +112,16 @@ entries from the database.
A principal is always granted authorization to change its own password.
.SH FILES
.TP 20n
-/kerberos/admin_server.syslog
+/var/log/admin_server.syslog
Default log file.
.TP
-/kerberos
+/var/kerberos
Default access control list directory.
.TP
admin_acl.{add,get,mod}
Access control list files (within the directory)
.TP
-/kerberos/principal.pag, /kerberos/principal.dir
+/var/kerberos/principal.pag, /var/kerberos/principal.dir
Default DBM files containing database
.TP
/.k
diff --git a/crypto/kerberosIV/man/krb.conf.5 b/crypto/kerberosIV/man/krb.conf.5
index 5c15468..8ffa9af 100644
--- a/crypto/kerberosIV/man/krb.conf.5
+++ b/crypto/kerberosIV/man/krb.conf.5
@@ -1,4 +1,4 @@
-.\" $Id: krb.conf.5,v 1.3 1999/06/15 15:36:46 bg Exp $
+.\" $Id: krb.conf.5,v 1.4 1999/08/02 16:09:57 bg Exp $
.\" Copyright 1989 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -24,18 +24,18 @@ administrative database server.
To be able to communicate with the KDC through a firewall it is
sometimes necessary to tunnel requests over HTTP or TCP. Tunnel
protocols and port numbers are specified in the server specification
-using the syntax [(udp|tcp|http)/]hostname[:port].
+using the syntax [(UDP|TCP|HTTP)/]hostname[:port].
For example:
.nf
.in +1i
SICS.SE
NADA.KTH.SE
-SICS.SE tcp/kerberos.sics.se:88 admin server
+SICS.SE TCP/kerberos.sics.se:88 admin server
NADA.KTH.SE kerberos.nada.kth.se admin server
NADA.KTH.SE kerberos-1.nada.kth.se
NADA.KTH.SE kerberos-2.nada.kth.se
-NADA.KTH.SE http/kerberos-3.nada.kth.se
+NADA.KTH.SE HTTP/kerberos-3.nada.kth.se
KTH.SE kerberos.kth.se admin server
.in -1i
.SH SEE ALSO
diff --git a/crypto/kerberosIV/man/krb.extra.5 b/crypto/kerberosIV/man/krb.extra.5
index 7c3140a..38569fd 100644
--- a/crypto/kerberosIV/man/krb.extra.5
+++ b/crypto/kerberosIV/man/krb.extra.5
@@ -1,4 +1,4 @@
-.\" $Id: krb.extra.5,v 1.1.2.1 1999/07/22 03:16:36 assar Exp $
+.\" $Id: krb.extra.5,v 1.4 1999/11/25 05:30:42 assar Exp $
.\"
.Dd June 24, 1999
.Dt KRB.EXTRA 5
@@ -29,12 +29,21 @@ compute a direction bit, and this might break if the server has a
different idea about which address to use then the client
.It krb4_proxy
address of a web-proxy to use when connecting to the KDC via HTTP
+.It krb_default_tkt_root
+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
+.It nat_in_use
+if a Network Address Translator (NAT) is being used.
.El
.Sh EXAMPLES
.Bd -literal
# this is a comment
+krb_default_tkt_root = /tkt/tkt_
kdc_timesync = yes
firewall_address = 10.0.0.1
+krb_default_keyfile = /etc/kerberosIV/srvtab
.Ed
.Sh SEE ALSO
.Xr krb.equiv 5 ,
OpenPOWER on IntegriCloud