- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restricted Sam Access by Non Primary Group
Operating System - HP-UX
1819884
Members
2680
Online
109607
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 05:45 AM
03-14-2007 05:45 AM
I am having an issues assigning restricted SAM to a users within a group. If the group is not the primary for the user the sam access is still restricted. Is this a normal operation of restricted sam or should i be able to assign to users, by group when the group is not the primary ?
sorry for the bad description.
sorry for the bad description.
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 06:57 AM
03-15-2007 06:57 AM
Solution
I have not used the group option but ...
If the group is not huge then add each user ?
Another trick.
Id all users in specific group. ( i.e. logins -g 'groupname'.
In /etc/sam/custom directory copy a template user can create each user's access file.
A script might look like this.
logins -g mygroup|awk '{print $1}' while read list
do
cp /etc/sam/custom/template_user.cf /etc/sam/custom/$list.cf
done
Your tempate user would be created with 1 session of sam -r.
There is always another way.
If the group is not huge then add each user ?
Another trick.
Id all users in specific group. ( i.e. logins -g 'groupname'.
In /etc/sam/custom directory copy a template user can create each user's access file.
A script might look like this.
logins -g mygroup|awk '{print $1}' while read list
do
cp /etc/sam/custom/template_user.cf /etc/sam/custom/$list.cf
done
Your tempate user would be created with 1 session of sam -r.
There is always another way.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP