diff options
Diffstat (limited to 'crypto/krb5/doc/html/_sources/build/osconf.rst.txt')
-rw-r--r-- | crypto/krb5/doc/html/_sources/build/osconf.rst.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/crypto/krb5/doc/html/_sources/build/osconf.rst.txt b/crypto/krb5/doc/html/_sources/build/osconf.rst.txt deleted file mode 100644 index 22ee6804e25a..000000000000 --- a/crypto/krb5/doc/html/_sources/build/osconf.rst.txt +++ /dev/null @@ -1,26 +0,0 @@ -osconf.hin -========== - -There is one configuration file which you may wish to edit to control -various compile-time parameters in the Kerberos distribution:: - - include/osconf.hin - -The list that follows is by no means complete, just some of the more -interesting variables. - -**DEFAULT_PROFILE_PATH** - The pathname to the file which contains the profiles for the known - realms, their KDCs, etc. The default value is |krb5conf|. -**DEFAULT_KEYTAB_NAME** - The type and pathname to the default server keytab file. The - default is |keytab|. -**DEFAULT_KDC_ENCTYPE** - The default encryption type for the KDC database master key. The - default value is |defmkey|. -**RCTMPDIR** - The directory which stores replay caches. The default is - ``/var/tmp``. -**DEFAULT_KDB_FILE** - The location of the default database. The default value is - |kdcdir|\ ``/principal``. |