1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r9526: provide DCERPC auth type 16

metze
(This used to be commit 995b805e04)
This commit is contained in:
Stefan Metzmacher 2005-08-23 16:13:39 +00:00 committed by Gerald (Jerry) Carter
parent ae88822b8c
commit e85c8561a0

View File

@ -843,6 +843,7 @@ static const char *gensec_krb5_oids[] = {
/* As a server, this could in theory accept any GSSAPI mech */
static const struct gensec_security_ops gensec_gssapi_krb5_security_ops = {
.name = "gssapi_krb5",
.auth_type = DCERPC_AUTH_TYPE_KRB5,
.oid = gensec_krb5_oids,
.client_start = gensec_gssapi_client_start,
.server_start = gensec_gssapi_server_start,