- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Default Accounts
Categories
Company
Local Language
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
Forums
Discussions
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
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
тАО09-07-2007 12:46 AM
тАО09-07-2007 12:46 AM
System Default Accounts
Is it acceptable/secure for the user ADM to be listed as the file's GROUP owner?
Is the user ADM considered a DEFAULT SYSTEM ACCOUNT similar to ROOT,SYS,BIN and OTHER?
I don't believe I've ever seen a DEFAULT OS INSTALL where any of the "rc" scripts were owned (GROUP OWNED) by ADM.
Anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2007 12:51 AM
тАО09-07-2007 12:51 AM
Re: System Default Accounts
No, it is unacceptable to make the adm user user zero.
It is fine to have a startup script that does an su - username -c command. That is a very normal practice.
You should probably talk to the vendor and ask them why they did this.
I'm guessing its just a sloppy Q&A situation. I know of no third party products other than Cyborg that require this level of privileges to start. You can bet I gave Cognos a lot of trouble over this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2007 12:52 AM
тАО09-07-2007 12:52 AM
Re: System Default Accounts
# ll /sbin/rc?.d |grep adm
lrwxr-xr-x 1 root 42 21 Mar 15 2004 K140webadmin -> /sbin/
init.d/webadmin
lrwxr-xr-x 1 root root 22 Mar 15 2004 S206clean_adm -> /sbin
/init.d/clean_adm
lrwxr-xr-x 1 root 42 21 Mar 15 2004 S860webadmin -> /sbin/
init.d/webadmin
lrwxr-xr-x 1 bin bin 29 Mar 15 2004 S996vradmind -> /sbin/
init.d/vras-vradmind.sh
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2007 12:57 AM
тАО09-07-2007 12:57 AM
Re: System Default Accounts
-r-xr-x-rx root adm <script_name>
So, ADM is simply listed as the GROUP OWNER of this script.
I've never seen this and didn't think it was acceptable.
So, once again, I still wonder whether ADM is considered a default system account?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2007 01:01 AM
тАО09-07-2007 01:01 AM
Re: System Default Accounts
> Is it acceptable/secure for the user ADM to be listed as the file's GROUP owner?
This should be acceptable. After all, it's the root user under which the startup/shutdown scripts actually execute.
> Is the user ADM considered a DEFAULT SYSTEM ACCOUNT similar to ROOT,SYS,BIN and OTHER?
Yes, 'adm' is one of the standard, default groups. You will find this group associated with '/var/adm', for example.
Generally the '/sbin/init.d' scripts are owned by 'bin' with 'bin' as their group, too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2007 01:04 AM
тАО09-07-2007 01:04 AM
Re: System Default Accounts
The GROUP permission you are seeing has NOTHING to do with any of the users in /etc/passwd. ADM is a valid default user as well, though the user and the group ADM are separate things.
I don't know that having ADM as the group on some of the rc scripts is necessarily normal, but I don't think it is a disaster waiting to happen either. All of the scripts run as root when the system is booting anyway so the owner and group don't necessarily matter much.
If it makes you nervous, change it to match the other scripts.