r11542: Add the netbios name type. We will need it when we start to handle
authorAndrew Bartlett <abartlet@samba.org>
Mon, 7 Nov 2005 02:25:37 +0000 (02:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:51 +0000 (13:45 -0500)
allowedWorkstations on Krb5.

Andrew Bartlett
(This used to be commit dbf73a82fc7d1f82e2ad45e545cefdd9a5b24215)

source4/heimdal/lib/krb5/krb5.h

index ef595d4d2004b513b52b1df300c158c52262bc9d..fe9a0e5e7a0dd130284f7af3ec61dd03aa7c41c7 100644 (file)
@@ -233,6 +233,7 @@ typedef struct krb5_preauthdata {
 
 typedef enum krb5_address_type { 
     KRB5_ADDRESS_INET     =   2,
+    KRB5_ADDRESS_NETBIOS  =  20,
     KRB5_ADDRESS_INET6    =  24,
     KRB5_ADDRESS_ADDRPORT = 256,
     KRB5_ADDRESS_IPPORT   = 257