mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
d79c7d41da
server code. This fixes a number of memory leaks I found when testing
with valgrind and smbtorture, as the cascading effect of a
talloc_free() ensures that anything derived from the top level object
is destroyed on disconnect.
(This used to be commit
|
||
---|---|---|
.. | ||
dcesrv_remote.c | ||
README |
This smb.conf example should get you started: dcerpc endpoint servers = remote dcerpc_remote:binding = ncacn_np:win2003 dcerpc_remote:username = administrator dcerpc_remote:password = PASSWORD dcerpc_remote:interfaces = samr, lsarpc, netlogon