diff options
author | Andreas Schneider <asn@samba.org> | 2011-09-15 08:54:44 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-10-27 17:09:50 +0200 |
commit | 4186ef9560804375fedca7c43faa80e57f868339 (patch) | |
tree | cf72a8dcd212749b7add04f597b8bcea891bd70f /source3/selftest | |
parent | b411b81642a6317f11cfb67c04fc1313ff009bea (diff) | |
download | samba-4186ef9560804375fedca7c43faa80e57f868339.tar.gz samba-4186ef9560804375fedca7c43faa80e57f868339.tar.bz2 samba-4186ef9560804375fedca7c43faa80e57f868339.zip |
s4-torture: Add a samr privilege check.
This is the first part which checks if a deleted user is propagated
correctly to all daemons and caches with user information are emtpy.
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index b4c41fd404..546ca12c36 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -191,6 +191,7 @@ rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sh "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.priv", "rpc.netlogon.admin", "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.join", "rpc.bind"] |