mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3-libads: Fix compilation with MIT Kerberos
ENCTYPE_NULL is defined by the RFC and used by MIT Kerberos. Heimdal also provides ENCTYPE_NULL. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Tue Apr 26 22:47:19 CEST 2016 on sn-devel-144
This commit is contained in:
parent
2a81893291
commit
f9099d3c46
@ -280,7 +280,7 @@ int ads_keytab_flush(ADS_STRUCT *ads)
|
||||
ret = smb_krb5_kt_seek_and_delete_old_entries(context,
|
||||
keytab,
|
||||
kvno,
|
||||
KRB5_ENCTYPE_NULL,
|
||||
ENCTYPE_NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user