jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
723 stars 245 forks source link

Treat an address slice containing only a NetBIOS address as empty #491

Closed bolkedebruin closed 1 year ago

bolkedebruin commented 1 year ago

As there is no way to associate a client with its NetBIOS name treat the address slice as empty if it only contains a NetBIOS address.

This make the behavior equivalent to MIT Kerberos.