summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-24 10:36:37 +0100
committerGünther Deschner <gd@samba.org>2014-02-11 16:20:30 +0100
commit48148a454d8ba6b642bd19ba0e3ab2c58b8986ea (patch)
tree49351ddcecee1834fdfd7e3738e26e8c2a7e346d /source4/torture/rpc
parent2bc1734c94f171f83ea7a64e95ab4ea2160763c0 (diff)
downloadsamba-48148a454d8ba6b642bd19ba0e3ab2c58b8986ea.tar.gz
samba-48148a454d8ba6b642bd19ba0e3ab2c58b8986ea.tar.xz
samba-48148a454d8ba6b642bd19ba0e3ab2c58b8986ea.zip
s4:torture/rpc: test all auth_types (8bit) in rpc.mgmt
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r--source4/torture/rpc/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/mgmt.c b/source4/torture/rpc/mgmt.c
index 114e9cf9740..b9fbc2fb3a5 100644
--- a/source4/torture/rpc/mgmt.c
+++ b/source4/torture/rpc/mgmt.c
@@ -118,7 +118,7 @@ static bool test_inq_princ_name(struct dcerpc_binding_handle *b,
int i;
bool ret = false;
- for (i=0;i<100;i++) {
+ for (i=0;i<256;i++) {
r.in.authn_proto = i; /* DCERPC_AUTH_TYPE_* */
r.in.princ_name_size = 100;