diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-11-04 12:30:55 +1300 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2014-04-02 17:12:46 +0200 |
| commit | 090c55681db410ac2bbf9ec2f9e2208329ed8d5b (patch) | |
| tree | 8850b528801a14aa0705b646efab88d44dcbba83 /source3/selftest | |
| parent | 9e1a8dc8b7214782f8bc07b60a31ad6d6ab13aea (diff) | |
| download | samba-090c55681db410ac2bbf9ec2f9e2208329ed8d5b.tar.gz samba-090c55681db410ac2bbf9ec2f9e2208329ed8d5b.tar.xz samba-090c55681db410ac2bbf9ec2f9e2208329ed8d5b.zip | |
selftest: Run rpc.samr.passwords.lockout against the s3dc environment
Change-Id: I7ee562cbf1e067ed90b22e212002e88752450e34
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/selftest')
| -rwxr-xr-x | source3/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 81ef184372..389fbf9699 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -301,7 +301,7 @@ rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sh "rpc.lsa", "rpc.lsa-getuser", "rpc.lsa.lookupsids", "rpc.lsa.lookupnames", "rpc.lsa.privileges", "rpc.lsa.secrets", "rpc.samr", "rpc.samr.users", "rpc.samr.users.privileges", "rpc.samr.passwords", - "rpc.samr.passwords.pwdlastset", "rpc.samr.large-dc", "rpc.samr.machine.auth", + "rpc.samr.passwords.pwdlastset", "rpc.samr.passwords.lockout", "rpc.samr.large-dc", "rpc.samr.machine.auth", "rpc.samr.priv", "rpc.samr.passwords.validate", "rpc.netlogon.admin", "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.join", "rpc.bind"] |
