From c7c58feb3f518c3c649d375f840d2248990ff753 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 18 Jul 2009 10:17:37 -0700 Subject: [PATCH] add NTLM name for hdb layer to make searching diffrently the regular "names" --- lib/asn1/krb5.asn1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/asn1/krb5.asn1 b/lib/asn1/krb5.asn1 index 8edb0fde6..7080b095f 100644 --- a/lib/asn1/krb5.asn1 +++ b/lib/asn1/krb5.asn1 @@ -16,7 +16,8 @@ NAME-TYPE ::= INTEGER { KRB5_NT_WELLKNOWN(11), -- Wellknown KRB5_NT_ENT_PRINCIPAL_AND_ID(-130), -- Windows 2000 UPN and SID KRB5_NT_MS_PRINCIPAL(-128), -- NT 4 style name - KRB5_NT_MS_PRINCIPAL_AND_ID(-129) -- NT style name and SID + KRB5_NT_MS_PRINCIPAL_AND_ID(-129), -- NT style name and SID + KRB5_NT_NTLM(-1200) -- NTLM name, realm is domain } -- message types -- 2.11.4.GIT