Template:NewFeature: Difference between revisions

From SambaWiki
mNo edit summary
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
'''Added in Samba version:''' ''<The next Samba release containing the feature>''


'''Added in Samba version:''' ''<The next Samba release containing the feature>''
=== Overview ===


''<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>''
''<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>''
Line 8: Line 8:


''<Just reference the relevant samba-tool/smb.conf options (your man-page/help documentation should already be clear enough)>''
''<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 ==
== For Developers ==
Line 26: Line 34:


''<E.g. Microsoft specification/section that describes the feature in more detail>''
''<E.g. Microsoft specification/section that describes the feature in more detail>''

<includeonly>[[Category:New Feature]]</includeonly>

Revision as of 02:55, 20 September 2018

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>