Getting User info

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
winsonlee
Forum Commoner
Posts: 76
Joined: Thu Dec 11, 2003 8:49 pm

Getting User info

Post by winsonlee »

within an organization, users login windows within a domain using a username and password created through active directory.
is there any where i can capture the user login name using php ??
i am working on something which is used within an organization.
so intead of the user needs to type in the user infomation everytime the use submit a form, i would like the username to be captured automatically and obtain more information eg email address from the active directory.
can this be possibly archieve ??
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

have a look at ldap
Post Reply