summaryrefslogtreecommitdiff
path: root/testprogs/win32/rpcecho/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/win32/rpcecho/server.c')
-rw-r--r--testprogs/win32/rpcecho/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/win32/rpcecho/server.c b/testprogs/win32/rpcecho/server.c
index c93136e2e5..b092852c15 100644
--- a/testprogs/win32/rpcecho/server.c
+++ b/testprogs/win32/rpcecho/server.c
@@ -193,7 +193,7 @@ void main(int argc, char **argv)
exit(status);
}
- status = RpcServerRegisterAuthInfo(NULL, RPC_C_AUTHN_WINNT, NULL, NULL);
+ status = RpcServerRegisterAuthInfo(NULL, RPC_C_AUTHN_GSS_NEGOTIATE, NULL, NULL);
if (status) {
printf("Failed to setup auth info\n");
}