diff options
author | Andreas Schneider <asn@samba.org> | 2012-05-21 18:25:28 +0200 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-05-23 17:51:51 +0300 |
commit | 2b144531f1a760514f217012e9dab01359b7a0d7 (patch) | |
tree | 0c9285cd0e52efff36d3bf700cbc9ccd918bcde1 /source4/auth/kerberos | |
parent | 0a6e568344adb66e5f20ce61f106d791886fcb35 (diff) | |
download | samba-2b144531f1a760514f217012e9dab01359b7a0d7.tar.gz samba-2b144531f1a760514f217012e9dab01359b7a0d7.tar.bz2 samba-2b144531f1a760514f217012e9dab01359b7a0d7.zip |
gse: Use the smb_gss_oid_equal wrapper.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/auth/kerberos')
-rw-r--r-- | source4/auth/kerberos/kerberos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/kerberos/kerberos.h b/source4/auth/kerberos/kerberos.h index dd28e53413..0be6d74a8b 100644 --- a/source4/auth/kerberos/kerberos.h +++ b/source4/auth/kerberos/kerberos.h @@ -27,6 +27,7 @@ #include "auth/kerberos/krb5_init_context.h" #include "librpc/gen_ndr/krb5pac.h" #include "lib/krb5_wrap/krb5_samba.h" +#include "lib/krb5_wrap/gss_samba.h" struct auth_user_info_dc; struct cli_credentials; |