--On Monday, January 31, 2005 05:23:33 -0600 Brett Trotter <[EMAIL PROTECTED]> wrote:
> Currently its working well with one exception, and I need a little insider > help. I can set flags such that vos will let me create volumes if i'm in > the system:administrators group equivalent, but fs will not let me > traverse or setacl's on parts of the filesystem that dont have acl's for > my user despite me being a member of the admin group. What flag do I need > to set in listElements or GetCPS, or is it somewhere else? The id for the system:administrators group must be -204 (i.e. -204 must appear in your CPS) if you want the fileserver to give you the implicit access rights. The fileserver knows a few other id's: system:anyuser (ANYUSERID) == -101 anonymous (ANONYMOUSID) == 32766 the fileserver must get a valid response from GetCPS on both of these id's, and it should always contain -101 ptserver.h exports a few other "constant" id's, but nothing other than the ptserver itself makes use of them: #define SYSVIEWERID -203 (system:ptsviewers; allows full r/o access to pts database) #define SYSBACKUPID -205 (system:backup; I don't know what this is for) #define AUTHUSERID -102 (system:authuser; all authenticated users. This can appear in ACL's, but no software uses the constant ID)
p7sl4gPDg3QSS.p7s
Description: S/MIME cryptographic signature
