![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Modifying Access Rights for the "Everyone else" group Topic Summary: Created On: 8-Oct-2004 07:39 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi,
Curently working on a script that needs to modify the access rights for the "Everyone Else" group. Is this known by another name when using DXL because it's being rejected? eg: setDef (m, ad, read, "Everyone else") returns the following error message:- invalid user/group name "Everyone else" ------------------------- Paul Miller Specification Practices Specialist, EuroCyber, Melbourne, Australia. Mobile: +61 (0)418 135 103 Web Site: http://www.eurocyber.biz E-mail: miller@eurocyber.biz">pmiller@eurocyber.biz |
|
![]() |
|
![]() |
|
Not sure, but the manual says "if user is null, the function modifies the default access control", which I assume is the "Everyone Else" part.
Send null in and give it a try... Antonio. |
|
![]() |
|
![]() |
|
The user name of the default user "Everyone Else" is blank (ie. “”)
You may have to step through every project/folder/module and set the permissions. There does not appear to be an actual group "Everyone Else." Everyone Else is just a default user and is treated as a user and not a group. Here is a quick example that will set "Everyone Else" access rights to none: Item itmMod itmMod = item("Some Module") set(itmMod, none, "") ------------------------- Bruce Tuskey Sr. Principle Engineer Tuskey@gmail.com "All that is gold does not glitter, not all those who wander are lost:..." - Gandalf the Grey (JRR Tolkien) Edited: 11-Oct-2004 at 20:58 by Bruce Tuskey |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.