Samba4: idmap replication between 2 DC's

steve steve at steve-ss.com
Thu Jul 19 07:02:57 MDT 2012


On 19/07/12 14:50, Sergey Urushkin wrote:
>
> 19.07.2012 16:41, steve пишет:
>> On 19/07/12 13:55, Sergey Urushkin wrote:
>>>
>>>
>>> Steve, could you test it?
>>>
>>> Thanks.
>>>
>> Hi Sergey,
>> That's great news. Yes of course I'll test it.
>> Could you take me through how to apply it?
>>
>> As I see it, I remove:
>>   if (account_type & ATYPE_ACCOUNT) {
>> and replace with:
>>   if (account_type == ATYPE_ACCOUNT) {
>>
>> Will that do it?
>>
>>
> Hi!
>
> Yes it should. Or simply copy all text to a file and then:
> # cd samba-master
> # patch -p1 < path/to/file
>
Yep. OK
I commented:
/*if (account_type & ATYPE_ACCOUNT) { */
and replaced it with:
  if (account_type == ATYPE_ACCOUNT) {

Am at 1683/3940 of make at the moment

Looking good. Will be back.
Cheers,
Steve


More information about the samba-technical mailing list