genderboy Posted April 4, 2006 Report Share Posted April 4, 2006 hi, i had the bright idea to setup ldap authentication for my site but since i have got this working i've been wandering how do i tell who has logged in(besides sifting through access logs) so I can present them with there settings, preferences and log their activities, ie, sending mail, updating database. i'm hoping that apache has a variable which i can access immediately after the login, and populate a global variable. i have used the mod_auth_ldap module for authentication. i checked the docs on this module but there isn't anything which indicates this is possible. thanks again Quote Link to comment Share on other sites More sharing options...
genderboy Posted April 5, 2006 Author Report Share Posted April 5, 2006 hi, i had the bright idea to setup ldap authentication for my site but since i have got this working i've been wandering how do i tell who has logged in(besides sifting through access logs) so I can present them with there settings, preferences and log their activities, ie, sending mail, updating database. i'm hoping that apache has a variable which i can access immediately after the login, and populate a global variable. i have used the mod_auth_ldap module for authentication. i checked the docs on this module but there isn't anything which indicates this is possible. thanks again2838[/snapback] Sorry about the duplication, the forum server didn't seem to be posting my topic so i tried it again(5 times) Quote Link to comment Share on other sites More sharing options...
genderboy Posted April 7, 2006 Author Report Share Posted April 7, 2006 Sorry about the duplication, the forum server didn't seem to be posting my topic so i tried it again(5 times)2844[/snapback] i got this working - a variable is set LDAP_USER which can be accessed through php with <?php $userAuth=$_SERVER['LDAP_USER'];?> cheers Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted April 13, 2006 Report Share Posted April 13, 2006 OK.. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.