Ask a Question related to ASP.NET Security, Design and Development.
-
Eddie B #1
Stupid Authentication Question
I am writing an aspx (Visual Basic) logon app for a friend (he needs
to be able to reset expired passwords, so the regular windows logon
won't work). Everything is in the same domain and secure, so that
isn't really going to be a problem.
I created a logon page, that checks user name and password against
active directory:
dso = GetObject("LDAP:")
oUser = dso.OpenDSObject("LDAP://" & LDAPServerPath,
txtUserName.Text, txtPassword.Text, 1)
After the user is authenticated, I retrieve the groups the user
belongs to, and read an ini file to determine what page the user
should be redirected to based on their group.
No problem up until now, the thing is, the permissions to the pages he
wants to redirect to are set by NTFS. I can't figure out how to use
the logon information supplied by the user to access these pages
without the windows "connect to <server>" screen popping up.
If the user signs on using the pop up, then they can access the sites
as long as they don't close the browser. If they do, then they have
to do it all again.
Is there a way to authenticate the session? He is using "Basic
Authentication" on a 2003 machine (IIS6)
Thanks for any help, this is all I have left before the project is
finished :)
Eddie B Guest
-
Stupid Question
For as long as I've been doing Elements, I'm embarassed to ask. I've created an oval shaped image. I want to insert it into a web page as an oval... -
Stupid question.
I've worked with cfdirectory in the past but it mainly within the scope of deleting/creating a directory or get the name of files within a specific... -
really really stupid question
So I made an animation for my website and I want it to run it ionce n the beginning when people go to the home page. Also, I'd like a little box... -
OK. I'm asking a stupid question
I created a multi-frame movie to use as my website. It has five buttons on it which I added the Get URL action to. When I publish it, and then open... -
a stupid question
how to check the filetype of remote file because is_dir(), is_file() can't work on remote file thx a lot



Reply With Quote

