Ignore:
Timestamp:
Jul 2, 2011, 4:01:14 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vendor/current/source3/libads/sasl.c

    r587 r597  
    650650           the SASL bind reply.  So we guess based on server
    651651           name and realm.  --jerry  */
    652         /* Also try best guess when we get the w2k8 ignore
    653            principal back - gd */
    654 
    655         if (!given_principal ||
     652        /* Also try best guess when we get the w2k8 ignore principal
     653           back, or when we are configured to ignore it - gd,
     654           abartlet */
     655
     656        if (!lp_client_use_spnego_principal() ||
     657            !given_principal ||
    656658            strequal(given_principal, ADS_IGNORE_PRINCIPAL)) {
    657659
Note: See TracChangeset for help on using the changeset viewer.