I am using Windows NT 4.0. Our users log on using Windows security or SSL. I'm using PHP to list directories that may or may not be limited to a particular user. However unless I have the authority set on the directory to everyone read and execute script I get a opendir() error. I don't want all users to have access to all directories. I want to specify particular users for a particular directory but the PHP script doesn't work then. Can anyone help me?
would be store the user folder name in the db with the login info, when comparing the login to validate the user, grab the folder name and use that to create access to the folder
I don't have a db for users. I'm doing it strictly through NT authorities. I don't have the time to set up a whole db for user authorities and PHP. Can PHP interact with Windows NT security?