Restrict anonymous checks for the SAMR pipe. This is done by
authorTim Potter <tpot@samba.org>
Mon, 3 Jun 2002 03:02:39 +0000 (03:02 +0000)
committerTim Potter <tpot@samba.org>
Mon, 3 Jun 2002 03:02:39 +0000 (03:02 +0000)
commitc3bd192703c6a0360f6fa7eef9e13bc32949c5eb
tree56d8dd29d8d2e98e311c0a29aa8eb032ea8dc373
parentd706b5dc555bd61670359955770cb85ed0ce2896
Restrict anonymous checks for the SAMR pipe.  This is done by
returning access denied for a SAMR_CONNECT by an anonymous user which
seems to be the way 2K does it rather than blocking individual RPC
calls like NT.

Also checked is the SAMR_GET_DOM_PWINFO rpc which for some reason
doesn't require a policy handle to return information.  No idea what
it's actually used.
(This used to be commit 40c68fa85c31c1baf7ba2c8ed62cd06c34711913)
source3/rpc_server/srv_samr_nt.c