Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: User Access Rights
Topic Summary:
Created On: 2-Apr-2003 08:25
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 2-Apr-2003 08:25
User is offline View Users Profile Print this message


Nic Plum

Posts: 1
Joined: 12-Mar-2003

I'm trying to create something that characterises the user groups, users, permissions in order to document a database setup.

Thought I'd start with the 'for group in groupList example do { ...}'

How does one initialise groupList in order to avoid the unassigned variable error?

Are there any good code snippets for characterising what users can or can't do lurking around ;-) ?
Report this to a Moderator Report this to a Moderator
 3-Apr-2003 00:17
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

'groupList' is system defined and you cannot "initialize" it.

Attached find some code I tweaked written by someone else. It simply displays which groups have each user and which users are in each group.

- Louie

Report this to a Moderator Report this to a Moderator
 3-Apr-2003 00:18
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Try Attachment Again
Report this to a Moderator Report this to a Moderator
 28-Nov-2003 16:35
User is offline View Users Profile Print this message


Hiltrud Braeuer

Posts: 8
Joined: 30-Oct-2003

My task is to reorganize the access rights given in our projects. I would like to do some of the work with a script:

1. to uncheck the box "Access Inherited" of the formal modules
2. delete all given access rights
3. add certain groups with fixed rights

By the way, this is my first born script...

Module mod

for mod in current do
{ // set to not inherited
specific (mod)

// no idea how to delete the already exsting rights

//set access rights
set (mod, read|modify|create|delete, "smith")
}

Can anybody enlighten me how to do it right?

Thanks,
Hiltrud
Report this to a Moderator Report this to a Moderator
 1-Dec-2003 22:42
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Don't have time to track down the access code stuff, but consider the attached code to get started.

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.