1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

r26513: Update substitution dictionary for ldifs.

(This used to be commit 60fb2de211)
This commit is contained in:
Jelmer Vernooij
2007-12-17 20:03:06 +01:00
committed by Stefan Metzmacher
parent fe6faa4df2
commit ca74c6e6c4
5 changed files with 27 additions and 0 deletions

View File

@ -59,3 +59,6 @@ bool samdb_set_domain_sid(struct ldb_context *ldb,
const struct dom_sid *dom_sid_in);
WERROR dsdb_attach_schema_from_ldif_file(struct ldb_context *ldb, const char *pf, const char *df);
%rename(version) samba_version_string;
const char *samba_version_string(void);