Zaeed Posted February 20, 2011 Share Posted February 20, 2011 Hi, I am wanting to build a small internal web portal, hopefully in php, however I just want to check that I can do a few key things before I go down this road. This is for work, so rather than waste a bunch of time, I've got a few quick questions hopefully someone can answer for me. 1) Is it possible to grab NT login information such as NTSID, Domain username, Full name based on domain login 2) show/hide objects based on above login The portal is meant to be a front end access to a bunch of reports, and the ntsid and username are used as authentication for these reports. The idea is that a user navigates to the site, it says Hi John, here are the reports you have access to. The only part I really need to worry about is the hiding and showing of the reports, since they have their own built in security. I'll also want to have an add user page, which will mean i'll need a button that grabs an ntsid based on a username entered in a field. Are these things possible? Regards, Matt Link to comment https://forums.phpfreaks.com/topic/228322-before-learning-how-can-i-do-the-following/ Share on other sites More sharing options...
litebearer Posted February 21, 2011 Share Posted February 21, 2011 Simple/short answer - Yes, possible Link to comment https://forums.phpfreaks.com/topic/228322-before-learning-how-can-i-do-the-following/#findComment-1177399 Share on other sites More sharing options...
Zaeed Posted February 21, 2011 Author Share Posted February 21, 2011 Great, thanks for that.. Time to Link to comment https://forums.phpfreaks.com/topic/228322-before-learning-how-can-i-do-the-following/#findComment-1177418 Share on other sites More sharing options...
jay7981 Posted February 21, 2011 Share Posted February 21, 2011 its very possible and you may want to think about using asp instead of php Link to comment https://forums.phpfreaks.com/topic/228322-before-learning-how-can-i-do-the-following/#findComment-1177487 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.