r10234: Add new auth module "auth_script" to allow valid users to
authorJeremy Allison <jra@samba.org>
Wed, 14 Sep 2005 23:58:14 +0000 (23:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:03:38 +0000 (11:03 -0500)
commit418e92d06da0638d92c48ffd310a409c89e2fa48
tree26568c796d59b73daadaa19101c279da06f7a1b0
parenta9b96c6b3d2fa111c2210b57fa816fcbc1946fc5
r10234: Add new auth module "auth_script" to allow valid users to
be provisioned on demand - calls script with domain,
username, challenge and LM and NT responses - passing
the info through a pipe.
Jeremy.
(This used to be commit 67be4ee41cd244bcc0445cac7c9e1e2d40e93c9b)
source3/Makefile.in
source3/auth/auth_script.c [new file with mode: 0644]
source3/configure.in
source3/lib/smbrun.c