Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libgpo/gpo_util.c

    r740 r746  
    844844                                struct security_token **token)
    845845{
     846#ifdef HAVE_ADS
    846847        struct security_token *ad_token = NULL;
    847848        ADS_STATUS status;
     
    852853#endif
    853854
    854 #ifndef HAVE_ADS
    855         return ADS_ERROR_NT(NT_STATUS_NOT_SUPPORTED);
    856 #endif
    857855        status = ads_get_sid_token(ads, mem_ctx, dn, &ad_token);
    858856        if (!ADS_ERR_OK(status)) {
     
    870868#endif
    871869        return ADS_SUCCESS;
    872 }
     870#else
     871        return ADS_ERROR_NT(NT_STATUS_NOT_SUPPORTED);
     872#endif
     873}
Note: See TracChangeset for help on using the changeset viewer.