propagating LDAP Authentication to IIS with PHP
- From: jesbuddy07 <jesbuddy07@xxxxxxxxx>
- Date: Fri, 13 Jul 2007 12:50:36 -0700
Hello,
I'm using IIS 5 and PHP 4.3.5.
I have an html page, page1, that resides at member.company.com server.
It contains a form asking a user to login. I then check the login by
connecting to LDAP.company.com and bind the provided username and
password to the LDAP server. if the user is authenticated by LDAP then
i direct users to a second page, page 2. On page 2, i have a link to a
file that resides in a protected virtual directory. The virtual
directory is protected using Basic Authentication. This virtual
directory also resides at member.company.com server. The problem i'm
having is, users needs to login again on page 2 when they click on the
link to the virtual directory.
how can i use the user name and password the user entered on page 1,
during LDAP Authentication, for page 2 so that when users click on the
link to the protected virtual directory?
any sugegstion will be greatly appreciated
.
- Follow-Ups:
- Re: propagating LDAP Authentication to IIS with PHP
- From: Jerry Stuckle
- Re: propagating LDAP Authentication to IIS with PHP
- Prev by Date: Re: single quotes, double quotes and "undefined index"
- Next by Date: Re: Version Control - What is the best way forward
- Previous by thread: List of Job posted last week on WWW. ARJOBS.CO.IN
- Next by thread: Re: propagating LDAP Authentication to IIS with PHP
- Index(es):
Relevant Pages
|