I have a website that I need to allow access to for a large group of people. Currently, to login the user is propmted for a domain password (it's hosted on an old 2000 server box). The credentials are then passed automatically to the web app because all the users are also AD users. So far, so good.
I have a new group of users who are currently not AD users. There is not reason to make them AD users, unless I cannot get around my current problem.
The plan is to create a single AD login for this group (a common, generic login - putting aside security issues etc), and have these users simply enter their login and password to the web app when prompted. That way we don't have to have them in the AD, just in the web app. This means the login process for this group of users becomes login/password for the AD (generic), then login/password for the Web app (user specific).
We would like to simplify this process by including the generic login in the link, so the user is presented with just the web app login.
Now I have tested this with firefox and IE, using the format http://loginassword@address.com/
It works under firefox (love that app), however IE does not pass these through as credentials. Instead it passes them through as part of the web site address and returns a page not found.
Is there a way to pass the login and password as part of the address in IE so it works the same way as firefox ?
+ Reply to Thread
Results 1 to 6 of 6
-
Read my blog here.
-
That syntax only works for FTP on IE. I am not aware of a work-around.
In any case, it's extremely unsafe. As HTTP traffic is not encrypted and anyone monitoring that port may be able to read your account and password.
Perhaps make a new group of users under the webserver and give different rights? Hmmm... -
You could use ACLs on your router to permit authorized network traffic to the web site. Not as good for individual users, however, since IPs will be assigned dynamically, but it would exclude outside traffic from accessing the web site.
TANSTAAFL -
This does work in IE also (login/password in the url). It's been awhile so I can't remember exactly, but it seems like a security update in SP2 disabled the "feature". It is a simple registry hack to correct it. I don't have it handy here at work, otherwise I would post it now.
Google is your Friend -
Originally Posted by Krispy KritterIf in doubt, Google it.
Similar Threads
-
Inquiry - Glype Proxy on Your Own Web Site
By Frank-0-Video in forum ComputerReplies: 0Last Post: 16th Feb 2012, 10:08 -
Web Site need something to aggragate multiple forms. I think...
By Des in forum ComputerReplies: 2Last Post: 17th Mar 2010, 15:22 -
i need a web site
By towncarblue in forum DVD & Blu-ray PlayersReplies: 1Last Post: 7th Oct 2008, 22:15 -
VideoHelp Web Site Size
By SCDVD in forum FeedbackReplies: 3Last Post: 5th Jan 2008, 03:27 -
Looking for a Good HDTV Review Web Site
By SCDVD in forum Newbie / General discussionsReplies: 7Last Post: 30th Oct 2007, 19:39