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

102_ldap24fix - if-else statement fixed for variable/library #117

Closed nazunalika closed 6 years ago

nazunalika commented 6 years ago

Compiling on Solaris uses the Sun/Oracle LDAP library which causes segfaults. This if-else fix ensures the ldap 2.4 (openldap) library is actually used for the module.

jhrozek commented 6 years ago

Thank you very much for the contribution.