Bug 5227 - Server Manager: Change description not implemented
Summary: Server Manager: Change description not implemented
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: DCE-RPCs and pipes (show other bugs)
Version: unspecified
Hardware: Other All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 09:17 UTC by Matthias Dieter Wallnöfer
Modified: 2010-03-04 11:48 UTC (History)
0 users

See Also:


Attachments
SRVSVC pipe improvement (552 bytes, patch)
2008-12-27 09:24 UTC, Matthias Dieter Wallnöfer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Dieter Wallnöfer 2008-01-24 09:17:39 UTC
I missed this: when you open the properties of the SAMBA 4 box in Server Manager, you cannot edit the description. We need to investigate this and bring up a RPC or changing one.
Comment 1 Matthias Dieter Wallnöfer 2008-12-27 09:24:18 UTC
Created attachment 3833 [details]
SRVSVC pipe improvement

The change description operation isn't such easy to implement, because we rely on a loadparm parameter to display it (therefore it can only be changed through the "smb.conf"). Therefore I would apply this patch which returns the more correct message "NOT SUPPORTED".
Comment 2 Matthias Dieter Wallnöfer 2009-06-12 05:12:50 UTC
Comment on attachment 3833 [details]
SRVSVC pipe improvement

Revert because it doesn't fit.
Comment 3 Matthias Dieter Wallnöfer 2010-03-04 11:48:46 UTC
Let us close this since the write implementation of the description is impossible since our "smb.conf" is read-only. But I think the change using the text editor should be enough - we really don't need the RPC support for this.
Therefore closing this with "WORKS FOR ME".