I am brand new to working with LDAP and have been doing dome research about working with PHP and LDAP. It also is a little overwhelming to understand, although what I want to do isn't very complicated so I think with some guidance I can make it happen. What I want to know how to do is to just find the current computer's unique username or key which was logged in via LDAP. Each user has their own computer which is logged in. If I can just echo the value of the current logged in computer's username, I can figure everything else I need to no problem. Could someone provide me with some guidance with creating a simple connection to extract the username. I would think this would be session value.
Thanks for any help!!