diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-29 02:06:12 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-29 02:06:12 +0000 |
commit | f5c73435bf93b43e10a893d833d3d7f24cb038b0 (patch) | |
tree | d2ebb7b0379a2ab3b70dee784c435c94f30d8cd9 | |
parent | 12e3700c216e7f39fe4b49c1bcd4d377fef4d04b (diff) |
/etc/krb5.conf -> /etc/kerberosV/krb5.conf
-rw-r--r-- | kerberosV/src/doc/setup.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kerberosV/src/doc/setup.texi b/kerberosV/src/doc/setup.texi index 4d20a6ce0e6..25d4029b549 100644 --- a/kerberosV/src/doc/setup.texi +++ b/kerberosV/src/doc/setup.texi @@ -1,4 +1,4 @@ -@c $KTH: setup.texi,v 1.21 2001/01/29 04:39:46 assar Exp $ +@c $KTH: setup.texi,v 1.22 2001/02/11 17:10:34 assar Exp $ @node Setting up a realm, Things in search for a better place, Building and Installing, Top @@ -27,7 +27,7 @@ doing so. It will make life easier for you and everyone else. @section Configuration file To setup a realm you will first have to create a configuration file: -@file{/etc/krb5.conf}. The @file{krb5.conf} file can contain many +@file{/etc/kerberosV/krb5.conf}. The @file{krb5.conf} file can contain many configuration options, some of which are described here. There is a sample @file{krb5.conf} supplied with the distribution. @@ -251,7 +251,7 @@ some defense against off-line attacks). To ensure that the users choose good passwords, you can enable password quality controls in @samp{kpasswdd}. The controls themselves are done in a shared library that is used by @samp{kpasswdd}. To configure in these controls, add -lines similar to the following to your @file{/etc/krb5.conf}: +lines similar to the following to your @file{/etc/kerberosV/krb5.conf}: @example [password_quality] @@ -307,7 +307,7 @@ Every slave needs a keytab with a principal, @pindex ktutil @code{ktutil} command and start @pindex hpropd -@code{propd}, as follows: +@code{hpropd}, as follows: @example slave# ktutil get -p foo/admin host/`hostname` @@ -337,7 +337,7 @@ automate this you will want to start Starting the propagation once an hour from @code{cron} is probably a good idea. -@node Incremental propagation, Salting , Slave Servers, Setting up a realm +f@node Incremental propagation, Salting , Slave Servers, Setting up a realm @section Incremental propagation There is also a newer and still somewhat experimental mechanism for @@ -417,7 +417,7 @@ is the same thing as no salt at all). Common types of salting includes -@itemize +@itemize @bullet @item @code{v4} (or @code{des:pw-salt:}) The Kerberos 4 salting is using no salt att all. Reson there is colon |