Skip to content

Commit ac7f5a6

Browse files
author
Ivan Stoev
committed
Digest error for LDAP users added - 2237
1 parent f67a68a commit ac7f5a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pdiff.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,12 @@ static psync_socket *get_connected_socket(){
250250
else if (result==2205 || result==2229){
251251
psync_set_status(PSTATUS_TYPE_AUTH, PSTATUS_AUTH_EXPIRED);
252252
psync_wait_status(PSTATUS_TYPE_AUTH, PSTATUS_AUTH_PROVIDED);
253+
} else if (result == 2237)
254+
{
255+
digest = 0;
256+
continue;
253257
}
258+
254259
else
255260
psync_milisleep(PSYNC_SLEEP_BEFORE_RECONNECT);
256261
continue;

0 commit comments

Comments
 (0)