1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Tim Potter
2238286425 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 55a341a367)
2003-03-24 06:31:49 +00:00
Tim Potter
8f9a17be89 Cleanup of header files for python extensions.
- combine py_foo_proto.h and py_foo.h
 - move #include of Python.h into one place so we can get rid of that
   annoying compiler warning about HAVE_FSTAT being redefined
(This used to be commit 0659351b25)
2003-02-18 05:05:15 +00:00
Tim Potter
6905730c3e Renamed policy handle field in object containers to avoid cut&paste bugs.
(This used to be commit 93309c0ad4)
2002-06-20 00:56:27 +00:00
Tim Potter
82e4fb6fbb Some rearrangement of header files.
(This used to be commit 0b2bd0a229)
2002-05-27 06:23:30 +00:00
Tim Potter
b84cce809b Skeleton for SAMR module.
(This used to be commit 70bd1a0f94)
2002-04-15 07:29:47 +00:00