Changeset 740 for vendor/current/source3/include/mapping.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/mapping.h
r414 r740 25 25 struct pdb_methods *methods; 26 26 gid_t gid; 27 DOM_SIDsid;27 struct dom_sid sid; 28 28 enum lsa_SidType sid_name_use; 29 29 fstring nt_name; … … 31 31 } GROUP_MAP; 32 32 33 #include "groupdb/proto.h"
Note:
See TracChangeset
for help on using the changeset viewer.