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

our ldap search timeout is wrong #88

Closed jhrozek closed 8 years ago

jhrozek commented 8 years ago

For the synchronous search, the timeout parameter is in secods, but we used seconds since timeofday, which is wrong.

We should just ditch the timeout and rely on openldap defaults.