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)
commit3897cf5e048f50be91ae434f636affc6d539d0d1
tree343ea30a69f70a902d69a05e1681d7a5c88ea894
parent18c6db6a0014fd23383361485ec03eb871a85faa
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).
source/auth/auth.c
source/auth/auth_builtin.c
source/auth/auth_domain.c
source/auth/auth_rhosts.c
source/auth/auth_sam.c
source/auth/auth_server.c
source/auth/auth_unix.c
source/auth/auth_winbind.c
source/include/auth.h