 Woohoo! I got NTLM to work! What a relief to finally feel “connected” with the rest :)
Woohoo! I got NTLM to work! What a relief to finally feel “connected” with the rest :)
How I finally managed: I installed NTLM APS version 0.9.9.5, and used the following config values (keeping only the pertinent values, the rest isn’t changed):
[GENERAL] PARENT_PROXY: [NTLM_AUTH] NT_HOSTNAME: NT_DOMAIN:pwo USER:hjo PASSWORD: LM_PART:1 NT_PART:1 NTLM_FLAGS: 07820000 NTLM_TO_BASIC:0
Let’s see if it still works with debugging turned off…yup! So I’ve updated that in the above description.
I’ve now added a tiny PAC file, proxy-for-local-domain.js:
function FindProxyForURL(url, host) {
        host = host.toLowerCase();
        
        // Route all OU traffic through local NTLM authentication-
        // handling proxy
        if (dnsDomainIs(host, ".ou.nl"))  {
                return "PROXY 127.0.0.1:5865";          // (IP:port)
        }
        // Anything else: just direct
        return "DIRECT";
}
and then configured Firefox to use an automatic proxy configuration url of file://.../proxy-for-local-domain.js. Tested and it works! woohoo!
 Part 2 of getting set up. Obviously, I have an Exchange calendar. Obviously, people are going to be using that to gauge when I’m available. So I need to manage that calendar in a way that works.
Part 2 of getting set up. Obviously, I have an Exchange calendar. Obviously, people are going to be using that to gauge when I’m available. So I need to manage that calendar in a way that works. I like making posters and playing around with graphics. I’m not necessarily good at it, but I like it. And I do have Opinions (with initial capital ;-).
I like making posters and playing around with graphics. I’m not necessarily good at it, but I like it. And I do have Opinions (with initial capital ;-).

 I recently had occasion to reset my Firefox install – meaning all settings reverted to default. One annoying thing is that if you have a few tabs (a few > 6), Firefox does not show a close button on them.
I recently had occasion to reset my Firefox install – meaning all settings reverted to default. One annoying thing is that if you have a few tabs (a few > 6), Firefox does not show a close button on them.