Adding local access zone user to folder permissions
Hello guys/gals,
I have an application that has to use a local account created on Isilon. I want this application to connect to specific access zone so i created this local account within that access zone under LOCAL provider.
I then used Windows Explorer to create a folder inside of that access zone and now i am trying to grant this local account Full permissions to the folder. I have tried numerous combinations but none of them seem to be able to find the local account. I tried:
clustername\myaccount
access zonamename\myaccount
smartconnect zonaname\myaccount
no dice. Any suggestions, do i have to use the cli ?
Note: this cluster is joined to Active Directory. Provider LOCAL:zonename is listed as Authentication provider for that access zone.
Be Very careful using the 'local' auth provider in access zones. Why? Because if you have to SyncIQ the data to another cluster, those local accounts wouldn't exist. I would, instead, suggest using a file provider inside the access zone, so if the root path of the access zone is: /ifs/zone2, create a directory called /ifs/zone2/auth/ and store the local passwd and group file in it. SyncIQ that folder 'auth' to the target cluster, and then you can setup the file provider on the DR cluster as well. Of course it's read-only there.
Just consider it a friendly suggestion if DR of the data is of concern.
DR is handled by application. Application in question is GE Enterprise Archive, it will be configured to write to two Isilon clusters at the same time. So i have created the same local account on both clusters (different access zones names but that should be immaterial here)
Any thoughts on how to add local account to folder permissions ?
Thanks Dynamox, just asking here (out of curiosity, I don't know that I have the answer you need). I was thinking about local accounts and what level of access it needs. When you created the local use, did you select a primary and any additional groups?
EG: For Primary group are you choosing from A/D or the local groups (ie: Administrator, Isilon Users, etc) and then adding additional groups? In my head I am trying to figure out the right setting for the permission level you need.
Yes, I can provide local user access to a SMB share. That is why I was asking what level of permissions (explicitly) that you're applying to the local account.
In my case, I have some applications that require ROOT/WHEEL level privileges for the local account. Does that help? What OneFS version are you using BTW?
dynamox
11 Legend
•
20419 Posts
•
87439 Points
6888
0
Posted July 28th, 2017 05:00
Thank you for everyone's help. For me it was combination of these things
1) using an account who's UID was not in use by local accounts in System zone
2) not only setting ownership but also setting ACLs using chmod +a user allow dir_gen_all
3) specifying correct password