1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

Merge create/delete domain user samr calls from HEAD.

This commit is contained in:
Tim Potter
-
parent ea38b0d7f0
commit 68075fb97f
4 changed files with 404 additions and 146 deletions

View File

@ -116,6 +116,7 @@ setup(
Extension(name = "samr",
sources = [samba_srcdir + "python/py_samr.c",
samba_srcdir + "python/py_conv.c",
samba_srcdir + "python/py_samr_conv.c",
samba_srcdir + "python/py_common.c"],
libraries = lib_list,