jhrozek / pam_hbac

A simple pam account module to process HBAC rules stored on an IPA server
GNU General Public License v3.0
10 stars 9 forks source link

obj: Be more defensive about an empty host name #111

Closed jhrozek closed 6 years ago

jhrozek commented 6 years ago

Resolves: https://github.com/jhrozek/pam_hbac/issues/84

Gueards against an empty hostname by erroring out before the empty host name is used in a filter, which would cause a Protocol Error.