(9866) Text and Binary UIC Values?

Archive of the OpenVMS Ask the Wizard (ATW) questions and answers database.
Locked

Topic author
User
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:16 am
Reputation: 0
Status: Offline

(9866) Text and Binary UIC Values?

Post by User » Wed Oct 06, 2004 9:26 am

I have a question about the alphabetical UIC ?

A file "A.A" has UIC

Code: Select all

[USER1, USER2]                 (RWED,RWED,RE,)
I verified the rightslist database and corresponding UIC of the OPTS and TOP are

Code: Select all

USER1                [000100,177777]
USER2                [000101,000001]
I believe the alphabetical UIC was wrongly set as group UIC of "USER2" is not under "USER1"

If so, what's the risk or protection leakage in the file A.A ? Can USER1 or USER2 access the file A.A ? with what rights (i.e. RWED)?

thanks.
Last edited by marty.stu on Mon Aug 22, 2022 2:58 am, edited 1 time in total.


Wizard
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:17 am
Reputation: 0
Status: Offline

Re: (9866) Text and Binary UIC Values?

Post by Wizard » Thu Oct 07, 2004 9:26 am

The text display maps information stored in the RIGHTSLIST file to the binary information stored with the file, queue or other object. It is the binary value of the identifier that is the security-relevant attribute. The identifier text is used solely to translate from and to more human-readable formats.

As for the group portion of the UIC display, details on re-adding UIC group identifiers is discussed in the OpenVMS FAQ -- the USER1 value shown would tend to indicate that UIC [100,*] has the user group translation of USER1.

For details on identifiers and related, please see the OpenVMS Guide to System Security manual.

For related discussions, see the discussions here on creating and divorcing nodes in a cluster -- maintaining the binary UIC values is key to creating a single cluster security domain from multiple SYSUAF and RIGHTSLIST files, when there are objects with associated binary values from the various nodes.
Last edited by marty.stu on Mon Aug 22, 2022 3:05 am, edited 1 time in total.

Locked