diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-10-15 16:26:27 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-10-15 16:26:27 +0000 |
| commit | dd3c630b60b0c40a1ce70ca74ff911fd6a5a3600 (patch) | |
| tree | e7231993935ba2557d9e2074db6b2642b8a6fe4c /src/include/krb5 | |
| parent | e389f7a0e7d682a06bc8d2814ad0d86398e815b9 (diff) | |
| download | krb5-dd3c630b60b0c40a1ce70ca74ff911fd6a5a3600.tar.gz krb5-dd3c630b60b0c40a1ce70ca74ff911fd6a5a3600.tar.xz krb5-dd3c630b60b0c40a1ce70ca74ff911fd6a5a3600.zip | |
Rename PAC type constants to avoid conflicts
Since the PAC type constants are now exposed in krb5.h, give them a
KRB5_ prefix so they don't conflict with similar PAC type constants
in other packages, like Samba.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25352 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
| -rw-r--r-- | src/include/krb5/krb5.hin | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 3466fbf878..2e5acd43ff 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -7355,13 +7355,13 @@ krb5_verify_authdata_kdc_issued(krb5_context context, */ /* Microsoft defined types of data */ -#define PAC_LOGON_INFO 1 /**< Logon information */ -#define PAC_CREDENTIALS_INFO 2 /**< Credentials information */ -#define PAC_SERVER_CHECKSUM 6 /**< Server checksum */ -#define PAC_PRIVSVR_CHECKSUM 7 /**< KDC checksum */ -#define PAC_CLIENT_INFO 10 /**< Client name and ticket information */ -#define PAC_DELEGATION_INFO 11 /**< Constrained delegation information */ -#define PAC_UPN_DNS_INFO 12 /**< User principal name and DNS information */ +#define KRB5_PAC_LOGON_INFO 1 /**< Logon information */ +#define KRB5_PAC_CREDENTIALS_INFO 2 /**< Credentials information */ +#define KRB5_PAC_SERVER_CHECKSUM 6 /**< Server checksum */ +#define KRB5_PAC_PRIVSVR_CHECKSUM 7 /**< KDC checksum */ +#define KRB5_PAC_CLIENT_INFO 10 /**< Client name and ticket info */ +#define KRB5_PAC_DELEGATION_INFO 11 /**< Constrained delegation info */ +#define KRB5_PAC_UPN_DNS_INFO 12 /**< User principal name and DNS info */ struct krb5_pac_data; /** PAC data structure to convey authorization information */ |
