Difference between revisions of "Template:NewFeature"
From SambaWiki
Line 17: | Line 17: | ||
''<What debug level do you need to run to see messages of interest. Are there any other ways to verify the feature is doing what it should>'' |
''<What debug level do you need to run to see messages of interest. Are there any other ways to verify the feature is doing what it should>'' |
||
+ | == For Developers == |
||
− | https://wiki.samba.org/index.php/LDB_binary_packing_format_(developers) |
||
+ | |||
+ | === How to test it === |
||
+ | |||
+ | <pre> |
||
+ | make test TESTS=blah |
||
+ | </pre> |
||
+ | |||
+ | ''<Anything else notable about running the tests...>'' |
||
+ | |||
+ | === Where the code is located === |
||
+ | |||
+ | ''<Notable files/functions to start looking at...>'' |
||
+ | |||
+ | === Reference Docs === |
||
+ | |||
+ | ''<E.g. Microsoft specification/section that describes the feature in more detail>'' |
||
<includeonly>[[Category:New Feature]]</includeonly> |
<includeonly>[[Category:New Feature]]</includeonly> |
Latest revision as of 03:37, 29 May 2019
Overview
Added in Samba version: <The next Samba release containing the feature>
<What does the feature do, Why might users care about it, What is the Microsoft-equivalent that a Windows admin might be familiar with, etc>
How to configure it
<Just reference the relevant samba-tool/smb.conf options (your man-page/help documentation should already be clear enough)>
Known issues and limitations
<Any outstanding bugs, configurations not supported, etc>
Troubleshooting
<What debug level do you need to run to see messages of interest. Are there any other ways to verify the feature is doing what it should>
For Developers
How to test it
make test TESTS=blah
<Anything else notable about running the tests...>
Where the code is located
<Notable files/functions to start looking at...>
Reference Docs
<E.g. Microsoft specification/section that describes the feature in more detail>