diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-18 02:21:14 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:51:31 +0100 |
| commit | 63f53094efa29b76eb4136cddf19d9c5d325fc5f (patch) | |
| tree | 2e7ca7c80aaccfcfaed427682854c16bef3ed33c /source4/scripting/python/misc.py | |
| parent | cad1e11959a3468875500fffac0ce562bc785249 (diff) | |
| download | samba-63f53094efa29b76eb4136cddf19d9c5d325fc5f.tar.gz samba-63f53094efa29b76eb4136cddf19d9c5d325fc5f.tar.bz2 samba-63f53094efa29b76eb4136cddf19d9c5d325fc5f.zip | |
r26520: More Python updates.
(This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
Diffstat (limited to 'source4/scripting/python/misc.py')
| -rw-r--r-- | source4/scripting/python/misc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/misc.py b/source4/scripting/python/misc.py index 228ab24dbff..ae900a1f627 100644 --- a/source4/scripting/python/misc.py +++ b/source4/scripting/python/misc.py @@ -68,5 +68,7 @@ ldb_set_loadparm = _misc.ldb_set_loadparm samdb_set_domain_sid = _misc.samdb_set_domain_sid dsdb_attach_schema_from_ldif_file = _misc.dsdb_attach_schema_from_ldif_file version = _misc.version +dsdb_set_global_schema = _misc.dsdb_set_global_schema +ldb_register_samba_handlers = _misc.ldb_register_samba_handlers |
