MarcJHuber / event-driven-servers

A collection of event-driven servers (currently: tac_plus, tac_plus-ng, ftpd, tcprelay)
https://www.pro-bono-publico.de/projects
Other
100 stars 25 forks source link

tac-plus-ng support google authenticator? #77

Closed sgaibwi closed 11 months ago

sgaibwi commented 11 months ago

Hi, Huber,

tac-plus-ng support google authenticator? One Time Password, if yes,can you give an expample?

Now my tac_plus-ng work well, use ldap,Because security,I want to implemet MFA authentication.

Thanks.

MarcJHuber commented 11 months ago

Hi,

OTP will work if the underlying service support stacking. E.g. for PAM, you could try the Google Authenticator PAM module with the forward_pass option enabled. Similar solutions may exist for LDAP, but I didn't dig into that.

That being said: No, I'm sorry, I have no simple canned configuration for OTP support, but if your LDAP server transparently supports OTP then tac_plus-ng will, too.

Cheers,

Marc