Bug 8425 - Add documentation for rpc_server:<pipe name> in master
Summary: Add documentation for rpc_server:<pipe name> in master
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: DCE-RPCs and pipes (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Andreas Schneider
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 11:44 UTC by Andreas Schneider
Modified: 2011-08-31 16:04 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schneider 2011-08-30 11:44:05 UTC
We need documentation for rpc_server:<pipe name> which documents what it does and which values we support.

Don't forget that lsa has 2 names: lsarpc and lsass.
Comment 1 Simo Sorce 2011-08-30 12:40:02 UTC
(In reply to comment #0)
> We need documentation for rpc_server:<pipe name> which documents what it does
> and which values we support.
> 
> Don't forget that lsa has 2 names: lsarpc and lsass.

I think we should make the second name an implementation detail, only one option should be needed, do you agree?
Comment 2 Andreas Schneider 2011-08-30 12:48:06 UTC
I've tried to fix that but it didn't work. So redirect lsass to lsarpc pipe in np_open(). I just got errors. Any suggestions?
Comment 3 Andreas Schneider 2011-08-31 16:04:27 UTC
Fixed. A patch for the issue in comment #2 is also on the way.