diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 01:43:51 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 02:46:56 +0200 |
| commit | d3d7ff66d4a7952a50e7d9175528985358cb3522 (patch) | |
| tree | 352526aa7ea2dbdc2e97a3b09b95bb6d000e1c7c /source4/scripting/python/samba/__init__.py | |
| parent | afad634207ecdc5e67386e857ff3b9d5d7acd1ac (diff) | |
| download | samba-d3d7ff66d4a7952a50e7d9175528985358cb3522.tar.gz samba-d3d7ff66d4a7952a50e7d9175528985358cb3522.tar.bz2 samba-d3d7ff66d4a7952a50e7d9175528985358cb3522.zip | |
Move convert_to_openldap onto Schema class.
Diffstat (limited to 'source4/scripting/python/samba/__init__.py')
| -rw-r--r-- | source4/scripting/python/samba/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index 25b8ff9c3dd..ca433127ba2 100644 --- a/source4/scripting/python/samba/__init__.py +++ b/source4/scripting/python/samba/__init__.py @@ -286,9 +286,6 @@ class Ldb(_Ldb): def write_prefixes_from_schema(self): dsdb.dsdb_write_prefixes_from_schema_to_ldb(self) - def convert_schema_to_openldap(self, target, mapping): - return dsdb.dsdb_convert_schema_to_openldap(self, target, mapping) - def substitute_var(text, values): """Substitute strings of the form ${NAME} in str, replacing |
