Patch for supported encoding

Matthieu Patou mat+Informatique.Samba at matws.net
Fri Dec 18 15:05:07 MST 2009


On 19/12/2009 00:05, Andrew Bartlett wrote:
> On Sat, 2009-12-05 at 18:04 +0300, Matthieu Patou wrote:
>    
>> Hello,
>>
>> Please find attach a patch that try to reintroduced a good default value
>> for default encoding (my change was overwritten by tridge in september).
>>      
> Can you give the commit it was overwritten by?
>
> The next step is to honour this stuff in the KDC
>
> Andrew Bartlett
>
>    
commit c94e3ff0

@@ -1124,8 +1133,7 @@ static NTSTATUS 
dcesrv_netr_LogonGetDomainInfo(struct dcesrv_call_state *dce_cal
         struct netr_DomainInformation *domain_info;
         struct netr_LsaPolicyInformation *lsa_policy_info;
         struct netr_OsVersionInfoEx *os_version;
-       uint32_t default_supported_enc_types =
-               ENC_CRC32|ENC_RSA_MD5|ENC_RC4_HMAC_MD5;
+       uint32_t default_supported_enc_types = 0xFFFFFFFF;
         int ret1, ret2, i;
         NTSTATUS status;

Matthieu.


More information about the samba-technical mailing list