s4-selftest: Avoid running kinit for each new connection
authorAndrew Bartlett <abartlet@samba.org>
Sun, 19 Feb 2012 10:24:59 +0000 (21:24 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 19 Feb 2012 23:49:56 +0000 (00:49 +0100)
commitb596b9c045cdce59a54cd688d26f1b55949ce5ad
tree42d23b64119cb48e821c16391ec04aa052c1d79f
parent7af3dfd3af80e146931260d6de100a9901e440bc
s4-selftest: Avoid running kinit for each new connection

Kerberos is efficient when the credentials cache is set up once and
then reused.

Sadly this test creates a user, does a test and deletes the user, over
and over.

For this, using NTLM saves a little time, but we also stress the rest
of the DB, and should rework the test.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Feb 20 00:49:56 CET 2012 on sn-devel-104
source4/dsdb/tests/python/acl.py
source4/dsdb/tests/python/dirsync.py
source4/dsdb/tests/python/sec_descriptor.py