You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explockout has a compilation bug with recent version of OpenLDAP :
explockout.c: In function 'explockout_db_init':
explockout.c:207:17: error: implicit declaration of function 'Log2'; did you mean 'Log'? [-Wimplicit-function-declaration]
207 | Log2( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, "explockout: attribute '%s': %s.\n", ATTR_PWDFAILURETIME, err_msg );
| ^~~~
| Log
The text was updated successfully, but these errors were encountered:
explockout has a compilation bug with recent version of OpenLDAP :
The text was updated successfully, but these errors were encountered: