diff options
author | Luke Leighton <lkcl@samba.org> | 1999-12-08 21:43:03 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-12-08 21:43:03 +0000 |
commit | 30c7fdd6ef10ecd35594311c1b250b95ff895489 (patch) | |
tree | 0eef964462f04360126253f57fa326923c1882ef /source/smbd | |
parent | 2245b0c6d13c7c5886e81f9137b05df883598c26 (diff) | |
download | samba-30c7fdd6ef10ecd35594311c1b250b95ff895489.tar.gz samba-30c7fdd6ef10ecd35594311c1b250b95ff895489.tar.xz samba-30c7fdd6ef10ecd35594311c1b250b95ff895489.zip |
ABOUT TIME!!!!!!!!
damn, this one is bad.
started, at least two days ago, to add an authentication mechanism to
the smbd<->msrpc redirector/relay, such that sufficient unix / nt
information could be transferred across the unix socket to do a
become_user() on the other side of the socket.
it is necessary that the msrpc daemon inherit the same unix and nt
credentials as the smbd process from which it was spawned, until
such time as the msrpc daemon receives an authentication request
of its own, whereupon the msrpc daemon is responsible for authenticating
the new credentials and doing yet another become_user() etc sequence.
Diffstat (limited to 'source/smbd')
-rw-r--r-- | source/smbd/server.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c index 7fde1fc6f63..f6ea8ecb654 100644 --- a/source/smbd/server.c +++ b/source/smbd/server.c @@ -678,9 +678,7 @@ static void usage(char *pname) } #endif /* WITH_SSL */ -#if 0 start_msrpc_agent("lsarpc"); -#endif add_msrpc_command_processor( "samr", "lsass", api_samr_rpc ); add_msrpc_command_processor( "srvsvc", "ntsvcs", api_srvsvc_rpc ); add_msrpc_command_processor( "wkssvc", "ntsvcs", api_wkssvc_rpc ); |