mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
c7a4578d06
Various RPC services expect policy handles of a specific type.
s3 RPC server did not allow to create policy handles with a specific
type while actually requiring that policy handle type itself in some
places.
Make sure we are able to specify the policy on-wire handle type when
creating the policy handle. The changes follow s4 DCE RPC server
implementation.
The original logic to always set on-wire handle type to 0 can be tracked
down to commit
|
||
---|---|---|
.. | ||
srv_samr_chgpasswd.c | ||
srv_samr_nt.c | ||
srv_samr_util.c | ||
srv_samr_util.h |