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, and when connecting, it goes to a page with several reports.
These reports make a temporary connection to an Oracle 10g Database and when you finish viewing the code, close that connection.
However, my problem is that all users have access to all reports, which is unfeasible because there are reports that only the Board can access, while some reports only the Fiscal sector, and so on.
I looked for some solutions, but found nothing that I could apply to my environment.
I wonder if anyone can shed a light on my problem:
I want the permissions of each report to be per user or group, preferably that I can give permissions directly to AD.
Is it possible?
Thank you