- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: passwd and group
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
Forums
Discussions
Discussions
Discussions
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
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-29-2003 08:50 AM
09-29-2003 08:50 AM
passwd and group
be defined as in the passwd file? I am also running Samba, so I have to be careful how I have it defined, this is what it looks like
now:
nobody:*:207:99::/:
and the /etc/group shows:
nogroup:*:-2:
nobody::99:nobody
Is this the reason why my 'mv' and 'cp' to a
mounted Omni-NFS system is giving me permission denied
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 08:58 AM
09-29-2003 08:58 AM
Re: passwd and group
nobody should have an UID and GID of -2, with no shell
nobody:*:-2:-2::/:
Who is UID 207?
What group is 99?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 09:03 AM
09-29-2003 09:03 AM
Re: passwd and group
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 09:26 AM
09-29-2003 09:26 AM
Re: passwd and group
The ideal platform for NFS is that the user IDs must match across the NFS server & NFS clients.
If the user ID doesnt match then the file access requests will be handled using the user "nobody"s UID which is -2 by default.
Also note by default NFS client root get mappped to "nobody" in NFS server.
So even if u r the root in the NFS client, "permission denied" error messages are possible.
Thanks,
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 09:31 AM
09-29-2003 09:31 AM
Re: passwd and group
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 09:51 AM
09-29-2003 09:51 AM
Re: passwd and group
Which is the user getting "permission denied" message ?
GREP username from /etc/passwd on both the NFS client & Server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 08:51 PM
09-29-2003 08:51 PM
Re: passwd and group
You should be able to configure Samba to use a different user, eg smbnull. If you are using CIFS/9000 then it will have created the smbnull account as part of the install.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 09:30 PM
09-29-2003 09:30 PM
Re: passwd and group
the UId for the user is -2.
Samba does not recognise negative value uid's.
Samba has a equivalent user 'guest'.you can use that account.
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 01:15 AM
09-30-2003 01:15 AM
Re: passwd and group
admin - just taking over for the one that our company cut in its downsizing.
Can you help me with this 'guest' acct and
how I should have it in passwd and /etc/group
Thanks
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 02:37 AM
09-30-2003 02:37 AM
Re: passwd and group
As for Samba - use the following line:
guest account = guest
in each share that requires guest access.
I'd also suggest you get a copy of O'Reilly's Using Samba - which is very useful if you're likely to be doing any other Samba-related admin work. Guest account stuff is mentioned on p162.
regards,
Darren.