auth3: Remove auth_skel.c
authorVolker Lendecke <vl@samba.org>
Wed, 14 Apr 2021 10:31:27 +0000 (12:31 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2021 18:18:31 +0000 (18:18 +0000)
commit8b6c6fd17ca48695783d12bf10a01f3c8e9ddce3
tree0cd0075d4f859478c7e25e4153d68e1d3db1e938
parent1a696c9ae28453bbf40f14c8f0175664a4ddf3b8
auth3: Remove auth_skel.c

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>
examples/auth/Makefile [deleted file]
examples/auth/auth_skel.c [deleted file]
examples/auth/wscript_build [deleted file]
source3/wscript
source3/wscript_build
testsuite/unittests/test_lib_util_modules.c