From f938afd6b6f61a96a0aa72c57a280aa721566fe6 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 4 Mar 2012 00:38:48 +0000 Subject: 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 --- src/include/k5-int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') 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" -- cgit