git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c2d7c7a
)
s3-dcerpc: really fix remaining old auth level constants. sorry...
author
Günther Deschner
<gd@samba.org>
Tue, 15 Sep 2009 17:32:39 +0000
(19:32 +0200)
committer
Günther Deschner
<gd@samba.org>
Tue, 15 Sep 2009 17:34:18 +0000
(19:34 +0200)
Guenther
source3/rpc_server/srv_pipe.c
patch
|
blob
|
history
diff --git
a/source3/rpc_server/srv_pipe.c
b/source3/rpc_server/srv_pipe.c
index a4b4cb7fba2eb2b7dd5dc8a65108a25abd2d947b..3bd68c4e72daf98f77498bdf43dc4b41ef6f4cbb 100644
(file)
--- a/
source3/rpc_server/srv_pipe.c
+++ b/
source3/rpc_server/srv_pipe.c
@@
-1564,7
+1564,7
@@
bool api_pipe_bind_req(pipes_struct *p, prs_struct *rpc_in_p)
prs_struct out_auth;
int i = 0;
int auth_len = 0;
- unsigned int auth_type =
RPC_ANONYMOUS_AUTH_TYP
E;
+ unsigned int auth_type =
DCERPC_AUTH_TYPE_NON
E;
/* No rebinds on a bound pipe - use alter context. */
if (p->pipe_bound) {
@@
-1726,7
+1726,7
@@
bool api_pipe_bind_req(pipes_struct *p, prs_struct *rpc_in_p)
}
break;
- case
RPC_ANONYMOUS_AUTH_TYP
E:
+ case
DCERPC_AUTH_TYPE_NON
E:
/* Unauthenticated bind request. */
/* We're finished - no more packets. */
p->auth.auth_type = PIPE_AUTH_TYPE_NONE;