Python: Difference between revisions

From SambaWiki
(fix link)
No edit summary
Line 3: Line 3:
= Available modules =
= Available modules =


== LDB ==
* ldb

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

* param (loadparm)
Installing in debian/ubuntu:
* credentials
* ...
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.

Revision as of 20:14, 30 April 2009

Debugging

Available modules

LDB

LDB is the database engine used in Samba4. We have python interface for it. 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.