Changeset 740 for vendor/current/source4/param/provision.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/param/provision.h
r414 r740 49 49 const char *realm; 50 50 const char *netbios_name; 51 const char *account_name;52 51 enum netr_SchannelType secure_channel_type; 53 52 const char *machine_password; … … 65 64 const char **error_string); 66 65 66 struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, 67 DATA_BLOB *override_prefixmap); 68 67 69 #endif /* _PROVISION_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.