Skip to content

Commit

Permalink
Fix name ldap error for windows os (ydb-platform#15119)
Browse files Browse the repository at this point in the history
  • Loading branch information
molotkov-and authored Feb 27, 2025
1 parent 3875124 commit 9cffd2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ bool IsRetryableError(int error) {
case LDAP_CONNECT_ERROR:
case LDAP_BUSY:
case LDAP_UNAVAILABLE:
case LDAP_ADMINLIMIT_EXCEEDED:
case LDAP_ADMIN_LIMIT_EXCEEDED:
return true;
}
return false;
Expand Down

0 comments on commit 9cffd2f

Please sign in to comment.