Ignore:
Timestamp:
Nov 12, 2012, 5:38:52 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/libads/ads_struct.c

    r414 r736  
    149149        ads->auth.flags = wrap_flags;
    150150
     151        /* Start with a page size of 1000 when the connection is new,
     152         * we will drop it by half we get a timeout.   */
     153        ads->config.ldap_page_size     = 1000;
     154
    151155        return ads;
    152156}
Note: See TracChangeset for help on using the changeset viewer.