We have an intranet running with basically two subareas - for two different user groups.
All applications are only available after logging into Novell Netware 5.1 network.
During the login procedure I would like the client to spot the difference between userids and store the corresponding IP in a database so that the intranet (php/MySQL) shows the proper page for the user.
I know the php/MySQL-part but how can I grab the user-id during (or just after) login and how can it be sent to a database (web-based). It might also work if the corresponding group-id is stored as a text-file as long as php can read it.
I want to avoid a complementary web-based login procedure through the intranet.
Can it be done?
All applications are only available after logging into Novell Netware 5.1 network.
During the login procedure I would like the client to spot the difference between userids and store the corresponding IP in a database so that the intranet (php/MySQL) shows the proper page for the user.
I know the php/MySQL-part but how can I grab the user-id during (or just after) login and how can it be sent to a database (web-based). It might also work if the corresponding group-id is stored as a text-file as long as php can read it.
I want to avoid a complementary web-based login procedure through the intranet.
Can it be done?