0
Good morning,
I’m new to PHP and I’m starting a system for the company I work for, generating reports.
Currently my PHP code authenticates with an Active Directory normally, and when connecting, it goes to a page with several reports.
These reports make a temporary connection to an Oracle 10g Database and when finished displaying the code, close this connection.
However, my problem, is that all users have access to all reports, which is unviable, because it has reports that only the Board can access, while some reports only the Tax sector, and so on.
I looked for some solutions, but I couldn’t find anything I could apply to my environment.
I wonder if anyone can shed some light on my problem:
I want the permissions of each report to be per user or group, preferably I can give the permissions directly in AD.
It is possible?
Thank you
Thank you so much for your help. By following your tips I got what I needed.
– Davi Prado