doxygen fixup

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24277 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-11 21:48:06 +00:00
parent fe8ca9dfbf
commit b300c67406

View File

@@ -61,8 +61,7 @@ RCSID("$Id$");
* /etc/krb5.conf by setting the variable * /etc/krb5.conf by setting the variable
* [defaults]default_keytab_name. * [defaults]default_keytab_name.
* *
* The keytab types that are implemented in Heimdal * The keytab types that are implemented in Heimdal are:
*
* - file * - file
* store the keytab in a file, the type's name is FILE . The * store the keytab in a file, the type's name is FILE . The
* residual part is a filename. For compatibility with other * residual part is a filename. For compatibility with other
@@ -71,24 +70,24 @@ RCSID("$Id$");
* compatible with older versions of MIT kerberos and SUN's Java * compatible with older versions of MIT kerberos and SUN's Java
* based installation. They store a truncted kvno, so when the knvo * based installation. They store a truncted kvno, so when the knvo
* excess 255, they are truncted in this format. * excess 255, they are truncted in this format.
* . *
* - keytab * - keytab
* store the keytab in a AFS keyfile (usually /usr/afs/etc/KeyFile ), * store the keytab in a AFS keyfile (usually /usr/afs/etc/KeyFile ),
* the type's name is AFSKEYFILE. The residual part is a filename. * the type's name is AFSKEYFILE. The residual part is a filename.
* . *
* - krb4 * - krb4
* the keytab is a Kerberos 4 srvtab that is on-the-fly converted to * the keytab is a Kerberos 4 srvtab that is on-the-fly converted to
* a keytab. The type's name is krb4 The residual part is a * a keytab. The type's name is krb4 The residual part is a
* filename. * filename.
* . *
* - memory * - memory
* The keytab is stored in a memory segment. This allows sensitive * The keytab is stored in a memory segment. This allows sensitive
* and/or temporary data not to be stored on disk. The type's name * and/or temporary data not to be stored on disk. The type's name
* is MEMORY. Each MEMORY keytab is referenced counted by and * is MEMORY. Each MEMORY keytab is referenced counted by and
* opened by the residual name, so two handles can point to the * opened by the residual name, so two handles can point to the
* same memory area. When the last user closes the entry, it * same memory area. When the last user closes the entry, it
* disappears. * disappears.
* . *
* *
* @subsection krb5_keytab_example Keytab example * @subsection krb5_keytab_example Keytab example
* *