summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-03-04 00:38:48 +0000
committerGreg Hudson <ghudson@mit.edu>2012-03-04 00:38:48 +0000
commitf938afd6b6f61a96a0aa72c57a280aa721566fe6 (patch)
tree2730b993561ed9c8c884d7b8cf78c955485fcd94 /src/include
parent8a42038eaf80bd1da88d909a5196157ae41973b9 (diff)
downloadkrb5-f938afd6b6f61a96a0aa72c57a280aa721566fe6.tar.gz
krb5-f938afd6b6f61a96a0aa72c57a280aa721566fe6.tar.xz
krb5-f938afd6b6f61a96a0aa72c57a280aa721566fe6.zip
Remove admin_keytab references in code and docs
The admin keytab hasn't been needed or used by kadmind since 1.4 (except possibly by legacy admin daemons which we no longer ship). Eliminate remaining references to it in code, test cases, and documentation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25729 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 21228babb..7ef421d2d 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -185,7 +185,6 @@ typedef INT64_TYPE krb5_int64;
/* cofiguration variables */
#define KRB5_CONF_ACL_FILE "acl_file"
-#define KRB5_CONF_ADMIN_KEYTAB "admin_keytab"
#define KRB5_CONF_ADMIN_SERVER "admin_server"
#define KRB5_CONF_ALLOW_WEAK_CRYPTO "allow_weak_crypto"
#define KRB5_CONF_AP_REQ_CHECKSUM_TYPE "ap_req_checksum_type"