Python: Difference between revisions

From SambaWiki
(→‎LDB: problem with aur package...)
(show we have pidl generated bindings as well)
Line 18: Line 18:


== credentials ==
== credentials ==

== samba.dcerpc ==

All RPC protocols have python bindings avaiable generated by [[PIDL]] and exposed as '''samba.dcerpc.''protocol'''''


== ... ==
== ... ==

Revision as of 05:44, 2 August 2017

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

tdb

registry

param (loadparm)

credentials

samba.dcerpc

All RPC protocols have python bindings avaiable generated by PIDL and exposed as samba.dcerpc.protocol

...

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