- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP-sublogin on a Trusted System
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
02-13-2002 04:04 AM
02-13-2002 04:04 AM
FTP-sublogin on a Trusted System
I'm trying to setup sub-login for Anonymous FTP. Enabling Anonymous FTP is no problem, neither is creating /ftp/etc/passwd and /ftp/etc/groups. In the ftp-passwd-file I create user, e.g. ftpuser. Then I try to set his ftp-passwd, 'passwd -F /ftp/etc/passwd ftpuser'. I'm getting back the message : 'Password cannot be changed. Reason: Cannot access protected password entry'.
I'm running HP-UX 11 on a trusted system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 04:33 AM
02-13-2002 04:33 AM
Re: FTP-sublogin on a Trusted System
One workaround is to copy the passwd binary from a 10.20 machine to the 11.00 machine and rename it to something like passwd10.20 and use this binary to add the password.
The 11.00 passwd binary on trusted systems seems to ignore the -F option.
The problem has been fixed in 11i.
What you also could do is install these patches :
PHCO_25527 : libpam libpam_unix
Dependencies :
PHCO_13809
PHNE_23833
PHCO_24189 : passwd cum. patch
The possibility exists it is fixed in these patches but that it is not documented yet.
Else use the workaround with a 10.20 binary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 04:41 AM
02-13-2002 04:41 AM
Re: FTP-sublogin on a Trusted System
I read something about pvconvert and pwdadm... anybody?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 05:11 AM
02-13-2002 05:11 AM
Re: FTP-sublogin on a Trusted System
First try to install the patches. If
that is not a possibility than log a call
at you HP support center and request the passwd file for 10.20 from them.
But that is the only way to get it to work unless you are willing to upgrade to 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 05:49 AM
02-13-2002 05:49 AM
Re: FTP-sublogin on a Trusted System
I tried to convert my trusted system -> non-trusted:
# tsconvert -r
then I again tried to change the passwd:
#passwd -F /home/ftp/etc/passwd ftpuser
New passwd: *******
Re-enter passwd: *******
Invalid login name.
Why do i get the message invalid login name? I added ftpuser to the /home/ftp/etc/passwd file and the /home/ftp/etc/groups file?