From b9e6962dd7616eaeaf8a0bc42c1180541ca06dd3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Jun 2010 22:32:00 +0200 Subject: s3-libads: move KRB5_ENV_CCNAME to separate header krb5_env.h. Guenther --- source3/include/ads.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include/ads.h') diff --git a/source3/include/ads.h b/source3/include/ads.h index d0bae80845..ee7295d0cc 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -241,9 +241,6 @@ typedef void **ADS_MODLIST; #define ADS_AUTH_SASL_FORCE 0x0080 #define ADS_AUTH_USER_CREDS 0x0100 -/* Kerberos environment variable names */ -#define KRB5_ENV_CCNAME "KRB5CCNAME" - #define WELL_KNOWN_GUID_COMPUTERS "AA312825768811D1ADED00C04FD8D5CD" #define WELL_KNOWN_GUID_USERS "A9D1CA15768811D1ADED00C04FD8D5CD" -- cgit