Python: Difference between revisions

From SambaWiki
No edit summary
Line 5: Line 5:
== LDB ==
== LDB ==


LDB is the database engine used in Samba4. We have python interface for it. For further information see [http://ldb.samba.org/].
LDB is the database engine used in Samba4. For further information see [http://ldb.samba.org/].


Installing in debian/ubuntu:
Installing in debian/ubuntu:

Revision as of 20:15, 30 April 2009

Debugging

Available modules

LDB

LDB is the database engine used in Samba4. For further information see [1].

Installing in debian/ubuntu:

apt-get install python-ldb

There is package for ArchLinux in AUR:

yaourt python-ldb

tdb

registry

param (loadparm)

credentials

...

There is some other modules, we need to describe them there.