Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can we use username/password of the currently logged on user to authenticate automatically?

0
Posted

Can we use username/password of the currently logged on user to authenticate automatically?

0

A. Yes! mod_auth_ntlm_winbind will authenticate your user, and then you can snag their username with $_SERVER[“REMOTE_USER”]. It only authenticates users though, there’s no group control or user information etc. That being said, using mod_auth_ntlm_winbind and adLDAP *together* is pretty sexy. mod_auth_ntlm_winbind logs them in automatically, and you can use adLDAP for your more specific access controls. Read the section on seamless authentication for more information.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.