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: Client ID based access
Topic Summary:
Created On: 19-Nov-2004 15:01
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.
Answer This question was answered by Pieter DE WAARD, on Friday, March 11, 2005 5:06 PM

Answer:
I sought quite a bit on the forum, but could not find anything. Is there a way to identify the client machine from which a session is started? We would like to base access to some attributes on this information. I.e. a user has access to a given attribute, but only if he is logged on via a pre-defined list of machine IDs. These IDs are the same as are logged in the database login history, in the format [MyMachineID], which correspondes to the machine names on our Windows network.

Any brilliant ideas?
 19-Nov-2004 15:01
User is offline View Users Profile Print this message


Pieter DE WAARD

Posts: 73
Joined: 11-Jul-2003

Answer Answer
I sought quite a bit on the forum, but could not find anything. Is there a way to identify the client machine from which a session is started? We would like to base access to some attributes on this information. I.e. a user has access to a given attribute, but only if he is logged on via a pre-defined list of machine IDs. These IDs are the same as are logged in the database login history, in the format [MyMachineID], which correspondes to the machine names on our Windows network.

Any brilliant ideas?

-------------------------
Pieter de Waard
www.nhindustries.com
Report this to a Moderator Report this to a Moderator
 19-Nov-2004 16:07
User is offline View Users Profile Print this message


Roy Bond

Posts: 39
Joined: 25-Mar-2003

What about some Trigger DXL.........


// pre_open_object.dxl

/*

DXL called by Trigger activated when attempting to open current Object.


Trigger Definition :

Module m = current

string mname = fullName m

trigger( "pre_open_object", module->mname->object, pre, open, 1, "#include " )


*/


// **********************************************************************************************
// Constant and Variable declarations


Object o = current
Module m = current
string currHostName = hostname()

string goodHostName = "MEX271"


// **********************************************************************************************
// Main Program


if (currHostName != goodHostName) {

ack "This action is not permitted on this Machine."

downgrade (m)
}



Roy Bond
MTU Aero Engines
Munich

roy-david.bond@muc.mtu.de
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.