Bug 4937 - Feature request: Shares management over the RPCs
Summary: Feature request: Shares management over the RPCs
Status: NEW
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: DCE-RPCs and pipes (show other bugs)
Version: unspecified
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-29 14:33 UTC by Matthias Dieter Wallnöfer
Modified: 2011-03-05 22:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Dieter Wallnöfer 2007-08-29 14:33:29 UTC
Since I tested the Server Manager for Domains, I came also to this point: SAMBA 4 should support to manage shares over the RPCs.
Maybe this needs some discussion: in fact, I thought it would be the best to move all share definitions to the shares.ldb or better (like the Windows behaviour) to the registry (when it is finished), so we have them in a database. This should decrease the effort to write such management functions, rather then do this for a text file. The smb.conf definitions I would only leave for now for compatibility reasons with no management possible. Thoughts?
Comment 1 Jelmer Vernooij 2008-01-07 13:05:13 UTC
It should probably just use the shares context, which already abstracts away the list of shares.
Comment 2 Matthias Dieter Wallnöfer 2008-12-29 13:22:21 UTC
I see that we've some NetShare* calls implemented in the SRVSVC pipe. Maybe we aren't far away from having this working.
Comment 3 Matthias Dieter Wallnöfer 2009-01-03 13:10:26 UTC
The big challenge is to support both "classic" and "LDB" shares backend on provision time and not only later. The management as it is only supported on the "LDB" backend.