- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: RIGHTS and OWNERS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 03:44 AM
01-26-2006 03:44 AM
set protection w:r filname
NOw another person user2 is managing the files and gets the error
insufficient privilege or object protection violation when she tries to set the protection
The users do share a common identifier dataac which has RWED to the files.
I tried changing the owner of the files to the identifier dataac. Still no go.
USER 2 can do the command on new files she creates but not on files owned by user1 even though the ACL has DATAaC with RWED priviledges.
How can I set up so user2 can set protewction on user1 files
and vice versa?
Thx
CLayton
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 04:18 AM
01-26-2006 04:18 AM
Re: RIGHTS and OWNERS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 04:56 AM
01-26-2006 04:56 AM
Solutionif you want USER2 to be able to change the settings of files owned by USER1 you NEED to use ACL, and give CONTROL access.
Since they already both hold the same identifier DATAAC, you can also give CONTROL access to DATAAC. (if no other users, that are not to have that permission, hold the ident).
Probably best also set an ACL on the .DIR file specifying CONTROL, with OPTION=DEFAULT so any files created in that dir automagically get the ACL too.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 05:02 AM
01-26-2006 05:02 AM
Re: RIGHTS and OWNERS
In AUTHORIZE:
add/ident/attr=resource identifer
grant/ident/attr=resource identifier user
To set the correct protections via ACLs is done with a procedure like the one attached:
@add_group_acl identifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 05:17 AM
01-26-2006 05:17 AM
Re: RIGHTS and OWNERS
depending exactly on WHAT you want to achieve HOW, the idea of resource identifiers might be a good idea as well.
You loose the individual file ownership, which is probably no issue (guesed by the nature of the question),
Anyway, then upon file creation it automatically gets an ACL which names the creator, and sets the normal OWNER permissions to the creator.
By the way, if the only intention of the original question is that all files in that directory become World accessable, whoever created them, then there is also the possibility of giving the .DIR file a DEFAULT_PROTECTION ACE.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 11:40 AM
01-26-2006 11:40 AM
Re: RIGHTS and OWNERS
To access a file, you need to access all the directories down the tree. Minimum access for the directory files would be W:E (this grants access to a file with a known name within the directory).
Use auditing to determine where the protection violation is occuring:
$ REPLY/ENABLE=SECURITY
$ SET AUDIT/ALARM/ENABLE=FILE=FAIL=ALL
Now have your user attempt to access the file. The resulting audit message should tell you exactly what's going wrong.