This is a relatively simple question but I'm lost as to how to do something like this or even if it is possible.
I have an Active Directory and am currently designing a simple php page. All I my index.php page has is the following:
=====================
<php
include 'menu.php'
?>
=====================
Since this is for our intranet my question is this. Is there a way for us to authenticate automatically since someone is already logged into the system and when they go to the site it takes them to their own "group" menu?
For instance I'm in the IT group. There are 20 other people in the IT group. When we launch our browser and go into our intranet it looks at who we are and says 'itmenu.php'.
We also have an administrator group. There are 3 of them. They belong to the ADMIN group. When they launch the browser and go to the intranet is says 'adminmenu.php'.
Is this possible?
Digatle
I have an Active Directory and am currently designing a simple php page. All I my index.php page has is the following:
=====================
<php
include 'menu.php'
?>
=====================
Since this is for our intranet my question is this. Is there a way for us to authenticate automatically since someone is already logged into the system and when they go to the site it takes them to their own "group" menu?
For instance I'm in the IT group. There are 20 other people in the IT group. When we launch our browser and go into our intranet it looks at who we are and says 'itmenu.php'.
We also have an administrator group. There are 3 of them. They belong to the ADMIN group. When they launch the browser and go to the intranet is says 'adminmenu.php'.
Is this possible?
Digatle