r21736: Fix the smbclient test to do something more interesting with the last
authorAndrew Bartlett <abartlet@samba.org>
Wed, 7 Mar 2007 04:20:10 +0000 (04:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:20 +0000 (14:49 -0500)
commit3430d8c072407a1c33c32229095fc9db2142b6fa
treeb05d3dabb8ba4851271676a5942e463128279577
parent9e3bbdee50a5372fa79c493c1cf1c378f1068467
r21736: Fix the smbclient test to do something more interesting with the last
few authentication tests.  Now that the tests correctly 'fail', I was
able to fix the credentials subsystem to honour USER and PASSWD.

To get --machine-pass working, I needed ldb to always load it's static
modules, so I put this in ldb_connect().

Andrew Bartlett
source/auth/credentials/credentials.c
source/auth/credentials/credentials.h
source/auth/credentials/credentials_files.c
source/lib/ldb/common/ldb.c
testprogs/blackbox/test_smbclient.sh