Search found 5 matches

by fpj
Mon Feb 05, 2018 10:59 am
Forum: madSecurity
Topic: FileSecurity - Allow full access for everyone to a folder
Replies: 2
Views: 10200

Re: FileSecurity - Allow full access for everyone to a folde

Ok, understood! Thank you again! Success!
by fpj
Mon Feb 05, 2018 10:28 am
Forum: madSecurity
Topic: FileSecurity - Allow full access for everyone to a folder
Replies: 2
Views: 10200

FileSecurity - Allow full access for everyone to a folder

Hello Madshi! How are you? I am an old (registered) user and a fan of you and your solutions. Please give me a little help. I am using madSecurity FileSecurity to allow full access for "everyone" to a specific folder: with FileSecurity('c:\test').DAcl do begin Clear; SetFileAccess(Everyone...
by fpj
Thu May 28, 2015 5:20 pm
Forum: madSecurity
Topic: Create Shared Folder with Permission
Replies: 5
Views: 13751

Re: Create Shared Folder with Permission

Hi Madshi, Following your tip I could create the shared folder and the 'allow' permission to the user 'Admin'. But I didn't understand yet how to 'deny' permission to other users. Seems I need more information about Windows NTFS and share permissions / security... So, first I will do more research a...
by fpj
Wed May 27, 2015 12:41 pm
Forum: madSecurity
Topic: Create Shared Folder with Permission
Replies: 5
Views: 13751

Re: Create Shared Folder with Permission

Thanks for reply Madshi, The folder "c:\test" was created before the tests. The user 'Admin' is one of the users account. The goal is to set full permissions for this user 'Admin' to read/write the 'c:\test' folder, and deny permissions for all other users. NewShare can create the share an...
by fpj
Tue May 26, 2015 6:42 pm
Forum: madSecurity
Topic: Create Shared Folder with Permission
Replies: 5
Views: 13751

Create Shared Folder with Permission

Hello, I am a registered user of MadCodeHook. Today I need to create a shared folder, with permission (read/write) for only one specific user. Other users cannot have permission to open or write to this folder. I am trying using madSecurity like this, without success: NewShare('c:\test', 'shared_tes...