Skip to content

Commit

Permalink
fix explockout overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Nov 29, 2024
1 parent a4ea2d1 commit 72917a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explockout.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ explockout_db_init(BackendDB *be, ConfigReply *cr)
if ( slap_str2ad( ATTR_PWDFAILURETIME, &ad_pwdFailureTime, &err_msg )
!= LDAP_SUCCESS )
{
Log2( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, "explockout: attribute '%s': %s.\n", ATTR_PWDFAILURETIME, err_msg );
Log( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR, "explockout: attribute '%s': %s.\n", ATTR_PWDFAILURETIME, err_msg );
return -1;
}

Expand Down

0 comments on commit 72917a7

Please sign in to comment.