Windows Username/Password environment variables

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bvsantos
Newbie
Newbie
Posts: 2
Joined: Tue Oct 21, 2008 4:08 am

Windows Username/Password environment variables

Post by bvsantos »

Hi all.

I've a web app that only works with IE cause it has some activeX controls. My problem when trying to access the web page with IE in Linux is that it give's me access denied.

When using windows, there's no problem because it reads the user (some environment variable in windows) logged in and it lets the user access the page.
My user works in windows, but when trying in Linux i have no luck.
Is there any way of going around this ? I really want to put this working in Linux.

I've tried to put the my username and password in the URL

Code: Select all

http://<username>:<password>@URL
but no luck.

Cheers
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Re: Windows Username/Password environment variables

Post by jeffz »

bvsantos wrote:Hi all.

I've a web app that only works with IE cause it has some activeX controls. My problem when trying to access the web page with IE in Linux is that it give's me access denied.

When using windows, there's no problem because it reads the user (some environment variable in windows) logged in and it lets the user access the page.
My user works in windows, but when trying in Linux i have no luck.
Is there any way of going around this ? I really want to put this working in Linux.

I've tried to put the my username and password in the URL

Code: Select all

http://<username>:<password>@URL
but no luck.

Cheers
iirc, some web apps offer a NTLM challenge which internet explorer attempts to use the windows credentials if it is on the same domain (or some rule).

I don't know how well supported this is.
3vi1
Level 4
Level 4
Posts: 125
Joined: Sun Feb 24, 2008 8:24 pm

Workaround

Post by 3vi1 »

As a workaround, you could try NTLMaps: http://ntlmaps.sourceforge.net
bvsantos
Newbie
Newbie
Posts: 2
Joined: Tue Oct 21, 2008 4:08 am

Post by bvsantos »

Thank you so much.

ntlmaps did the trick !!

I'm so thankfull !!!

(one less windows computer)

Cheers

Bruno Santos
Locked