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)
commit99471d25693f6672d433b90a060378f6faad867f
tree81c156e179110504fec9d8b0f91f8765bc67d150
parent6446d2acd5ead098e5e51b06df5bf78b9e315418
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.
source/include/rpc_samr.h
source/rpc_parse/parse_samr.c
source/rpc_server/srv_samr.c
source/rpc_server/srv_samr_nt.c