diff options
-rw-r--r-- | source3/rpc_server/srv_samr_nt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_samr_nt.c b/source3/rpc_server/srv_samr_nt.c index f93bad6b60..bc71146f38 100644 --- a/source3/rpc_server/srv_samr_nt.c +++ b/source3/rpc_server/srv_samr_nt.c @@ -180,6 +180,10 @@ static NTSTATUS make_samr_object_sd( TALLOC_CTX *ctx, struct security_descriptor If the user has either of needed_priv_1 or needed_priv_2 then they get the rights in rights_mask in addition to any calulated rights. + + This handles the unusual case where we need to allow two different + privileges to obtain exactly the same rights, which occours only in + SAMR. ********************************************************************/ NTSTATUS access_check_object( struct security_descriptor *psd, struct security_token *token, |