Created attachment 14871 [details] samlogon breaker test Attached test causes next samlogon to fail (occasionally succeeds, try a couple of times). Put it in python/samba/tests/ then Run like this: CLIENT_IP=127.0.0.11 SOCKET_WRAPPER_DEFAULT_IFACE=11 PYTHONPATH=$PYTHONPATH:./source4/torture/drs/python python3 ./source4/scripting/bin/subunitrun $LOADLIST samba.tests.samlogon_breaker -U$DOMAIN/$DC_USERNAME%$DC_PASSWORD Then run samlogon like this: bin/rpcclient -c "samlogon $USERNAME $PASSWORD AuthLogTests 1" -U% $SERVER
oh those commands are for inside ad_dc:local testenv SELFTEST_TESTENV=ad_dc:local make testenv