Move the authenticaion subsystem over to the same 'module:options' syntax
authorAndrew Bartlett <abartlet@samba.org>
Fri, 24 May 2002 03:43:52 +0000 (03:43 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 24 May 2002 03:43:52 +0000 (03:43 +0000)
commit40669777a5f74617fdd80dea3ff5a45a9e9a1aa4
tree5b9f16db2a15723ae6623b7bd5cacd91f25d21b5
parentb270d2d3ababe0b84e3e7f05573bf673082ba6b8
Move the authenticaion subsystem over to the same 'module:options' syntax
that the passdb code now uses.  Similarly, move the 'pluggable' stuff
over from passdb as well, allowing runtime loading of new authenticaion
modules.

(NOTE:  The interfaces here can *and do* change - module writers are
not assured source-level compatibilty, and certainly not binary
compatibility).
(This used to be commit 3897cf5e048f50be91ae434f636affc6d539d0d1)
source3/auth/auth.c
source3/auth/auth_builtin.c
source3/auth/auth_domain.c
source3/auth/auth_rhosts.c
source3/auth/auth_sam.c
source3/auth/auth_server.c
source3/auth/auth_unix.c
source3/auth/auth_winbind.c
source3/include/auth.h