1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

3 Commits

Author SHA1 Message Date
Jeremy Allison
84651aca04 r8564: Sometimes we're too dumb to live... Fix samr calls where we were
using USER_INFO_XX structs and functions where XX was sometimes
in hex and sometimes in decimal. Now it's all in decimal (should
be no functionality change).
Jeremy.
2007-10-10 11:00:09 -05:00
Tim Potter
68075fb97f Merge create/delete domain user samr calls from HEAD. -
Tim Potter
9e36824d47 Implemented enum_domain_groups function. -