Hello:
We have a frequently called procedure which need to determine whether an account possesses certain sets of rights ids.
Our current DCL code gets this information by calling dumping mcr authorize show /rights to a file and parsing the results. This, however, is slow and icky to maintain.
I'd like to use VMS::Indexedfile, open rightslist.dat directly, and determine the same info.
I have code which successfully opens the rightlist.dat (for key 1, "holder") and finds at least one record matching the passed UIC. My next questions are:
a) what's the format of the returned record ? Can anyone point me to the appropriate documentation. Guide to System Security was a bust. :-(
b) how may I find any other records after the first with that particular UIC as the holder ?
Thanks ! -- Pat
