Changeset 988 for vendor/current/source4/param/provision.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/param/provision.h
r740 r988 36 36 const char *machine_password; 37 37 const char *targetdir; 38 bool use_ntvfs; 38 39 }; 39 40 … … 64 65 const char **error_string); 65 66 66 struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, 67 struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx, 68 struct loadparm_context *lp_ctx, 69 const char *schema_dn, 67 70 DATA_BLOB *override_prefixmap); 68 71
Note:
See TracChangeset
for help on using the changeset viewer.