added samr_set_domain_info and samr_unknown_2E.
authorJean-François Micouleau <jfm@samba.org>
Wed, 28 Nov 2001 00:06:00 +0000 (00:06 +0000)
committerJean-François Micouleau <jfm@samba.org>
Wed, 28 Nov 2001 00:06:00 +0000 (00:06 +0000)
commite158c4123d6d47cc43472365f5e6215a0851e001
tree9969ea5c846755612e1d3f42d49742674f50f364
parent7ca15c148517fefd4516a250310a4486a5a6fc72
added samr_set_domain_info and samr_unknown_2E.
We now get the full account policy window in usermanager, and the
framework to store all those values. I plan to add a TDB file to store
them.

oh, and found that the last value in a sam_unknown_info_12_inf struct is
an uint16 and not a uint32.

andrewb: you hardcoded the MAX_PASSWORD_AGE to 21 days. We can now turn it
to a value setable in usermanager.

        J.F.
(This used to be commit 99471d25693f6672d433b90a060378f6faad867f)
source3/include/rpc_samr.h
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr.c
source3/rpc_server/srv_samr_nt.c