PHP Redirection with LDAP Username

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
NewMarc
Forum Newbie
Posts: 2
Joined: Mon Mar 07, 2011 2:03 pm

PHP Redirection with LDAP Username

Post by NewMarc »

Hi,

I need to create a webpage that those the following thing.

1. Identify a user on a ldap server
2. set a variable to the username of that user
3. Redirect the web page to an URL with the username: exp: http://www.server.com/u=username

Somebody have an idea?

Thanks,

Marc
NewMarc
Forum Newbie
Posts: 2
Joined: Mon Mar 07, 2011 2:03 pm

Re: PHP Redirection with LDAP Username

Post by NewMarc »

BUMP
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: PHP Redirection with LDAP Username

Post by pickle »

What have you tried? Do you have a particular problem with your code? Around here we generally help with specific problems, not general projects.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply