smallredville
Programmer
Can anyone have idea of how the perm is generated for adding a document or livelink item? For example - If i(admin) have added a livelink item such as folder. Now i have given access to userA in below scenario:
UserA - See + See contentsAssigned access)
Select * from DtreeAcl where dataId = 50866
-2000 2000 50866 1000 261791 1 4
-2000 2000 50866 1001 36995 2 2
-2000 2000 50866 -1 36995 3 2
-2000 2000 50866 -2 16777215 4 4
-2000 2000 50866 43143 37507 0 2
Now if USERA has given access of See + See Contents + ModifyAssigned access)
-2000 2000 50866 1000 261791 1 4
-2000 2000 50866 1001 36995 2 2
-2000 2000 50866 -1 36995 3 2
-2000 2000 50866 -2 16777215 4 4
-2000 2000 50866 43143 103043 0 3
I would like to know how the permissions mask are changing from 37507 to 103043? is there any calcualtion happeening or what? i want to know this because i need to apply some where this kind of info?
Cheers
SRV
UserA - See + See contentsAssigned access)
Select * from DtreeAcl where dataId = 50866
-2000 2000 50866 1000 261791 1 4
-2000 2000 50866 1001 36995 2 2
-2000 2000 50866 -1 36995 3 2
-2000 2000 50866 -2 16777215 4 4
-2000 2000 50866 43143 37507 0 2
Now if USERA has given access of See + See Contents + ModifyAssigned access)
-2000 2000 50866 1000 261791 1 4
-2000 2000 50866 1001 36995 2 2
-2000 2000 50866 -1 36995 3 2
-2000 2000 50866 -2 16777215 4 4
-2000 2000 50866 43143 103043 0 3
I would like to know how the permissions mask are changing from 37507 to 103043? is there any calcualtion happeening or what? i want to know this because i need to apply some where this kind of info?
Cheers
SRV