mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
8b6c6fd17c
Authentication is a very complex topic, and someone who is able to write a custom auth module turning a struct auth_usersupplied_info into a struct auth_serversupplied_info should be able to live without this skeleton module. This module also gave an example to load a secondary authentication module via a module parameter (the call to load_module()). We have abandoned this practice, and since the "auth methods" parameter has gone we don't use this anymore internally. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
headers | ||
nsswitch | ||
smbd | ||
unittests | ||
README |
README for testsuite directory ------------------------------ The Samba testsuite is divided up into the following subdirectories. - lib Various library files used by tool directories - nsswitch Tests for nsswitch extensions All the scripts require an unreleased version of DejaGNU, and although they contain some useful tests they are not so useful at the moment. All scripts are migrating to a single test framework, Satyr. <cvs://cvs.samba.org/data/cvs/satyr>