diff options
author | Günther Deschner <gd@samba.org> | 2014-05-08 14:31:37 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-08-08 06:02:35 +0200 |
commit | 6bc619d159c134c1e863627c157d28b12ca33d63 (patch) | |
tree | 405a1ea30aa36b693a1cbe4e94a9763a2dcff0cb | |
parent | 0e255497d293cd8b3fa24a99c93b43ae5ed2b550 (diff) | |
download | samba-6bc619d159c134c1e863627c157d28b12ca33d63.tar.gz samba-6bc619d159c134c1e863627c157d28b12ca33d63.tar.xz samba-6bc619d159c134c1e863627c157d28b12ca33d63.zip |
lib/krb5_wrap: define KRB5_PW_SALT if it is not already there.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | lib/krb5_wrap/krb5_samba.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/krb5_wrap/krb5_samba.h b/lib/krb5_wrap/krb5_samba.h index 13b8c32e7c..be1b20e657 100644 --- a/lib/krb5_wrap/krb5_samba.h +++ b/lib/krb5_wrap/krb5_samba.h @@ -64,6 +64,10 @@ #define AP_OPTS_USE_SUBKEY 0 #endif +#ifndef KRB5_PW_SALT +#define KRB5_PW_SALT 3 +#endif + typedef struct { #if defined(HAVE_MAGIC_IN_KRB5_ADDRESS) && defined(HAVE_ADDRTYPE_IN_KRB5_ADDRESS) /* MIT */ krb5_address **addrs; |