search for: mod_auth_sspi

Displaying 2 results from an estimated 2 matches for "mod_auth_sspi".

Did you mean: mod_auth_gssapi
2005 Dec 07
2
NTLM and Samba domain - problem with (non-local) logons.
...amba is configured to keep all the information in a LDAP backend. Apart from the NTLM everything else works rather ok. Things that do function: 1. Local testing. [root@?~]# read -s PASSWORD [root@?~]# ntlm_auth --username=manthios --password=$PASSWORD NT_STATUS_OK: Success (0x0) 2. w32-apache + mod_auth_sspi - LOCAL As I mentioned before I'm able to authenticate to a ntlm-protected resource if and only if I login from the same machine the site is running on. If I try to access the ntlm-protected page from a different computer I get the Basic auth prompt. Things that do not work: 1. NTLM on Apach...
2006 May 17
13
Using NTLM for S.S.O. in Rails
Greetings all, To all the good souls that happen to know NTLM and Rails.... Short version: -------------- - I''m looking for server code to extract credentials through NTLM dialog with the client (IE) - I found nothing usable/useful (as they both implement the client side code) in - rubyntlm on rubyforge - lib ntlm-ruby by Jonathan Bastien-Filiatrau LONG version: