Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/libads/ads_struct.c

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