Kerberos/ADS and many groups

Dave Daugherty dave.daugherty at centrify.com
Thu Dec 14 19:21:02 GMT 2006



>> 
>> Try the following smb.conf hack
>> 
>> [global]
>>     max xmit = 65535

>How does 'max xmit' relate to this? I thought this only
>affects write calls.

>Volker

Process.c:
	max_recv = MIN(lp_maxxmit(),BUFFER_SIZE);

This is then used in the negotiation request to negotiate the maximum
packet sizes, prevent subsequence sessionSetupAndX message from being
fragmented.

Dave Daugherty



More information about the samba-technical mailing list