diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-11-07 02:25:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:51 -0500 |
commit | f7ca7308490c5bb41c6e42e7fe52f6b2586d3d5d (patch) | |
tree | 3c14b1e78def50234effd02a7c3a203d9c0b255b /source4/heimdal/lib/krb5 | |
parent | 7bfbe8af7e9556c3f11579dab965718325006b3a (diff) | |
download | samba-f7ca7308490c5bb41c6e42e7fe52f6b2586d3d5d.tar.gz samba-f7ca7308490c5bb41c6e42e7fe52f6b2586d3d5d.tar.bz2 samba-f7ca7308490c5bb41c6e42e7fe52f6b2586d3d5d.zip |
r11542: Add the netbios name type. We will need it when we start to handle
allowedWorkstations on Krb5.
Andrew Bartlett
(This used to be commit dbf73a82fc7d1f82e2ad45e545cefdd9a5b24215)
Diffstat (limited to 'source4/heimdal/lib/krb5')
-rw-r--r-- | source4/heimdal/lib/krb5/krb5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal/lib/krb5/krb5.h b/source4/heimdal/lib/krb5/krb5.h index ef595d4d20..fe9a0e5e7a 100644 --- a/source4/heimdal/lib/krb5/krb5.h +++ b/source4/heimdal/lib/krb5/krb5.h @@ -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 |