Changeset 745 for trunk/server/source3/passdb/pdb_tdb.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/passdb/pdb_tdb.c
r657 r745 24 24 25 25 #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" 26 31 27 32 #if 0 /* when made a module use this */ … … 618 623 619 624 static 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) 621 626 { 622 627 uint32 rid;
Note:
See TracChangeset
for help on using the changeset viewer.