mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Fix the build on Win32, and use NEGOTIATE security (to allow kerberos)
(This used to be commit f0bde093d76fe9d17a0709cf01fa7b70f1985c6b)
This commit is contained in:
parent
8b94f7bcd7
commit
aa14b40c5c
testprogs/win32/rpcecho
@ -99,7 +99,7 @@ interface rpcecho
|
||||
} echo_Info;
|
||||
|
||||
long TestCall2 (
|
||||
[in] uint16 level,
|
||||
[in] short level,
|
||||
[out,switch_is(level)] echo_Info **info
|
||||
);
|
||||
|
||||
|
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user