From 223828642548c7e25f6189e274aa1edcdfe30c4f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 24 Mar 2003 06:31:49 +0000 Subject: Started working on python routines to add and delete domain users. Unfortunately users get created with the ACB mask set to disabled and must change password. The set_user_info2 call required to fix this doesn't quite work yet... (This used to be commit 55a341a367a7d1b18ae7ef04678479eb74b68ea3) --- source3/python/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/python/setup.py') diff --git a/source3/python/setup.py b/source3/python/setup.py index 8bc8868a70..6569331031 100755 --- a/source3/python/setup.py +++ b/source3/python/setup.py @@ -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, -- cgit