Skip to content

Commit

Permalink
fix(auth-ldap): unset user_dn_hash for sql insert
Browse files Browse the repository at this point in the history
  • Loading branch information
ccailly committed Nov 30, 2023
1 parent 6230ed1 commit 9233af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/LDAP/AuthLdap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,7 @@ public function testLdapAuth()
unset($dup['id']);
unset($dup['date_creation']);
unset($dup['date_mod']);
unset($dup['user_dn_hash']);
$aid = $dup['auths_id'];
$dup['auths_id'] = $aid + 1;

Expand Down

0 comments on commit 9233af8

Please sign in to comment.