On Identity-Aware Devices: Putting Users in Control across Federated Services


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News On Identity-Aware Devices: Putting Users in Control across Federated Services
# 1  
Old 04-07-2008
On Identity-Aware Devices: Putting Users in Control across Federated Services

HPL-2008-26 On Identity-Aware Devices: Putting Users in Control across Federated Services - Casassa Mont, Marco; Balacheff, Boris; Rouault, Jason; Drozdzewski, Daniel
Keyword(s): identity management, device, privacy, user control, trust, federated services
Abstract: This paper describes R&D work on "Identity-aware Devices", in the context of federated services. The aim is to put users in control of their credentials and identities and enable simple, secure, trustworthy and transparent access to federated services. Current users' experience in networked and fede ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. OS X (Apple)

How to control devices (DVD) ??

Hi, I have a problem controlling devices on my iMac. The internal DVD is no longer working. Therefore I have bought a new external DVD, but some programs use the internal by default (Boot Camp for instance). Since iMac, runs UNIX beneath the Mac OS X, I hope to do some magic, by unmounting... (1 Reply)
Discussion started by: ASL123
1 Replies

2. UNIX for Dummies Questions & Answers

control permissions for Active Directory users on AIX

Hello, I've configured an user authentication against Active Directory (Windows Server 2008 R2) on AIX V6 with LDAP. It works fine. And here's my problem: How can I control ldap user permissions on the local AIX machine? E.g. an AD user should be able to write all files of local sys... (1 Reply)
Discussion started by: xia777
1 Replies

3. UNIX for Dummies Questions & Answers

passthrough devices vs. named devices

I am having trouble understanding the difference between a passthrough device and a named device and when you would use one or the other to access equipment. As an example, we have a tape library and giving the command "camcontrol devlist" gives the following output: akx# camcontrol... (1 Reply)
Discussion started by: thumper
1 Replies
Login or Register to Ask a Question
SESD(8) 						    BSD System Manager's Manual 						   SESD(8)

NAME
sesd -- monitor SCSI Environmental Services Devices SYNOPSIS
sesd [-d] [-t poll-interval] device [device ...] DESCRIPTION
sesd monitors SCSI Environmental Services (or SAF-TE) devices for changes in state and logs such changes changes to the system error logger (see syslogd(8)). At least one device must be specified. When no other options are supplied, sesd detaches and becomes a daemon, by default waking up every 30 seconds to poll each device for a change in state. The following options may be used: -d Instead of detaching and becoming a daemon, stay attached to the controlling terminal and log changes there as well as via the system logger. -p poll-interval Change the interval of polling from the default 30 seconds to the number of seconds specified. The user may then use getencstat(8) to get more detailed information about the state of the over enclosure device or objects within the enclosure device. FILES
/dev/sesN SCSI Environmental Services Devices SEE ALSO
ses(4), getencstat(8), setencstat(8), setobjstat(8), syslogd(8) BUGS
This is something of a toy, but it is better than nothing. BSD
February 21, 2000 BSD