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

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/passdb/pdb_tdb.c

    r657 r745  
    2424
    2525#include "includes.h"
     26#include "system/filesys.h"
     27#include "passdb.h"
     28#include "dbwrap.h"
     29#include "../libcli/security/security.h"
     30#include "util_tdb.h"
    2631
    2732#if 0 /* when made a module use this */
     
    618623
    619624static NTSTATUS tdbsam_getsampwsid(struct pdb_methods *my_methods,
    620                                    struct samu * user, const DOM_SID *sid)
     625                                   struct samu * user, const struct dom_sid *sid)
    621626{
    622627        uint32 rid;
Note: See TracChangeset for help on using the changeset viewer.