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

s4-python: Move register_samba_handlers to PySambaLdb.

This commit is contained in:
Jelmer Vernooij
2010-04-04 02:07:46 +02:00
parent e9c3f2ef13
commit 55b98e9768
3 changed files with 44 additions and 27 deletions

View File

@ -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):