Jump to content
The Uniform Server Community

Reading apache variables after ldap login


genderboy
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

2838[/snapback]

 

Sorry about the duplication, the forum server didn't seem to be posting my topic so i tried it again(5 times)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...