mirror of
https://github.com/samba-team/samba.git
synced 2025-12-05 12:23:50 +03:00
Sync w/HEAD - add DES_CBC_CRC encryption type
This commit is contained in:
@@ -278,6 +278,7 @@ DATA_BLOB krb5_get_ticket(const char *principal, time_t time_offset)
|
||||
ENCTYPE_ARCFOUR_HMAC,
|
||||
#endif
|
||||
ENCTYPE_DES_CBC_MD5,
|
||||
ENCTYPE_DES_CBC_CRC,
|
||||
ENCTYPE_NULL};
|
||||
|
||||
retval = krb5_init_context(&context);
|
||||
@@ -324,7 +325,6 @@ failed:
|
||||
return data_blob(NULL, 0);
|
||||
}
|
||||
|
||||
|
||||
#else /* HAVE_KRB5 */
|
||||
/* this saves a few linking headaches */
|
||||
DATA_BLOB krb5_get_ticket(const char *principal, time_t time_offset)
|
||||
|
||||
Reference in New Issue
Block a user