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)
commit67be4ee41cd244bcc0445cac7c9e1e2d40e93c9b
tree5a39d72cbb593ceb5ed867293fad6bfaf73265da
parent24901187962e24bfa5ba7722aba0aeb9397ac7b6
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.
source/Makefile.in
source/auth/auth_script.c [new file with mode: 0644]
source/configure.in
source/lib/smbrun.c