[SOLVED] TOTP authentication failure

Started by TechnoMage53, November 29, 2024, 11:28:45 AM

Previous topic - Next topic
November 29, 2024, 11:28:45 AM Last Edit: December 02, 2024, 12:18:49 PM by TechnoMage53
Hello,
I have a pairs of Opnsense server in high availibilty 24.7.9, I can use OTP on one server but not in the other. The configuration is exactly the same (replication is done correctly between them) and NTP server is the same and it is OK.
What I saw, it's a problem with the password build (I saw that by doing "tcpdump port 389 -X" on both). For example, If I try a LDAP+OTP on both servers :
       On the server where it's OK the ldap resquest  has the password and NOT the OTP ticket (password)
       On the server where it's not OK the ldap resquest  has the password and the OTP ticket (password123456 or 123456password)
So there's a problem in the build of the request.
Note :
If I try with a local account+otp it's not working.
If I try only LDAP, it's working
If I try only local account it's working
If I try only local Account, it's working.
Thank you in advance for answers.
.

Hello,
The problem was on the 24.7.9 version. I Installed the 24.7.9_1 and the problem is solved.
Regards