Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/libads/ndr.c

    r740 r988  
    2323#include "ads.h"
    2424#include "../librpc/gen_ndr/ndr_netlogon.h"
    25 #include "librpc/ndr/util.h"
     25#include "../librpc/ndr/libndr.h"
     26#include "lib/param/loadparm.h"
    2627
    2728static void ndr_print_ads_auth_flags(struct ndr_print *ndr, const char *name, uint32_t r)
     
    3738        ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "ADS_AUTH_SASL_SEAL", ADS_AUTH_SASL_SEAL, r);
    3839        ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "ADS_AUTH_SASL_FORCE", ADS_AUTH_SASL_FORCE, r);
     40        ndr_print_bitmap_flag(ndr, sizeof(uint32_t), "ADS_AUTH_USER_CREDS", ADS_AUTH_USER_CREDS, r);
    3941        ndr->depth--;
    4042}
     
    5052        ndr_print_string(ndr, "workgroup", r->server.workgroup);
    5153        ndr_print_string(ndr, "ldap_server", r->server.ldap_server);
    52         ndr_print_bool(ndr, "foreign", r->server.foreign);
    5354        ndr->depth--;
    5455        ndr_print_struct(ndr, name, "auth");
Note: See TracChangeset for help on using the changeset viewer.