- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Allowing only certain user to su as another sp...
Categories
Company
Local Language
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
10-30-2008 08:11 PM
10-30-2008 08:11 PM
Allowing only certain user to su as another specific user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2008 08:27 PM
10-30-2008 08:27 PM
Re: Allowing only certain user to su as another specific user.
sudo and custom script for su command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2008 09:06 PM
10-30-2008 09:06 PM
Re: Allowing only certain user to su as another specific user.
Implement sudo into your system and create separate account for all user.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2008 09:07 PM
10-30-2008 09:07 PM
Re: Allowing only certain user to su as another specific user.
my idea as ksh code would be:
if [ "$loginname" = "Uid" -o "$loginname" = "Uid" ]
then
Allow group account connect
else
Deny group account connect
fi
Or some way of only users with a specific group associate with the id will allow user to su to group account.
Thanks in advance any help or suggestions provided.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2008 09:10 PM
10-30-2008 09:10 PM
Re: Allowing only certain user to su as another specific user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 12:42 AM
10-31-2008 12:42 AM