diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-04 02:07:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-06 13:12:43 +0200 |
commit | 55b98e9768cb2a1ae4b9cc83e3d5f33b51b22e8f (patch) | |
tree | 8f61720fb319d4f5574ff1d7b36a92fa282d60be /source4/scripting/python/samba | |
parent | e9c3f2ef13f62eb583bd7c5dfb6b94a0a8a0fc4f (diff) | |
download | samba-55b98e9768cb2a1ae4b9cc83e3d5f33b51b22e8f.tar.gz samba-55b98e9768cb2a1ae4b9cc83e3d5f33b51b22e8f.tar.xz samba-55b98e9768cb2a1ae4b9cc83e3d5f33b51b22e8f.zip |
s4-python: Move register_samba_handlers to PySambaLdb.
Diffstat (limited to 'source4/scripting/python/samba')
-rw-r--r-- | source4/scripting/python/samba/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index 796654bbb76..6fe1b929e34 100644 --- a/source4/scripting/python/samba/__init__.py +++ b/source4/scripting/python/samba/__init__.py @@ -90,7 +90,7 @@ class Ldb(_Ldb): # This must be done before we load the schema, as these handlers for # objectSid and objectGUID etc must take precedence over the 'binary # attribute' declaration in the schema - glue.ldb_register_samba_handlers(self) + self.register_samba_handlers() # TODO set debug def msg(l,text): |