summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/samr_priv.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-18s4-torture: Fix rpc.samr.priv test to use torture_assert() macrosAndrew Bartlett1-51/+16
2011-10-27s4-torture: Add a user creation check.Andreas Schneider1-0/+288
This adds a patch which creates a non-privileged user and then tries to create a new user as the non-privileged user. Pretty simple test but it found #8509. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Oct 27 18:51:14 CEST 2011 on sn-devel-104
2011-10-27s4-torture: Add a samr privilege check.Andreas Schneider1-0/+327
This is the first part which checks if a deleted user is propagated correctly to all daemons and caches with user information are emtpy.