Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vendor/current/source4/winbind/wb_cmd_getpwnam.c

    r414 r740  
    2323#include "libcli/composite/composite.h"
    2424#include "winbind/wb_server.h"
    25 #include "winbind/wb_async_helpers.h"
    2625#include "param/param.h"
    2726#include "winbind/wb_helper.h"
    2827#include "smbd/service_task.h"
    29 #include "libnet/libnet_proto.h"
    3028#include "libcli/security/security.h"
    3129
     
    127125        WBSRV_SAMBA3_SET_STRING(pw->pw_gecos, user_info->out.full_name);
    128126        WBSRV_SAMBA3_SET_STRING(pw->pw_dir,
    129                 lp_template_homedir(state->service->task->lp_ctx));
     127                lpcfg_template_homedir(state->service->task->lp_ctx));
    130128        all_string_sub(pw->pw_dir, "%WORKGROUP%", state->workgroup_name,
    131129                        sizeof(fstring) - 1);
     
    133131                        sizeof(fstring) - 1);
    134132        WBSRV_SAMBA3_SET_STRING(pw->pw_shell,
    135                 lp_template_shell(state->service->task->lp_ctx));
     133                lpcfg_template_shell(state->service->task->lp_ctx));
    136134
    137135        state->group_sid = dom_sid_dup(state, user_info->out.primary_group_sid);
Note: See TracChangeset for help on using the changeset viewer.