HI!
Id like to know if its possible, through this module, to do the negotiation between IE browsers and the servers, through NTLM, just like IIS and a module called mod_ntlm do.
I want it because my managers dont want to use IIS anymore, but they also dont want have to login two times(one when turning the machine on, and one when acessing the intranet).
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
mod_auth_samba uses HTTP basic authentication and only that. I don't have any specs on how NTLM authentication works and since I don't have to support any heterogenous environments at the moment (at work), I don't have any real interest to see how it could be done.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI!
Id like to know if its possible, through this module, to do the negotiation between IE browsers and the servers, through NTLM, just like IIS and a module called mod_ntlm do.
I want it because my managers dont want to use IIS anymore, but they also dont want have to login two times(one when turning the machine on, and one when acessing the intranet).
Any ideas?
mod_auth_samba uses HTTP basic authentication and only that. I don't have any specs on how NTLM authentication works and since I don't have to support any heterogenous environments at the moment (at work), I don't have any real interest to see how it could be done.