Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Installing and Administering Internet Services: HP 9000 Networking > Chapter 2 Installing and Configuring Internet Services

Configuring ftp

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

Beginning with HP-UX 11.0, ftp provides support for Pluggable Authentication Module (PAM). PAM is an Open Group standard (RFC 86.0) for user authentication, password modification, and validation of accounts.

The PAM configuration file (/etc/pam.conf) has been updated to include ftp. The default authentication mechanism is UNIX, and its entry in pam.conf is as follows:

ftp      auth required  /usr/lib/security/libpam_unix.1
ftp account required /usr/lib/security/libpam_unix.1

DCE is the other supported authentication mechanism. To change the default to be DCE, edit the entry in pam.conf to read as follows:

ftp      auth required  /usr/lib/security/libpam_dce.1
ftp account required /usr/lib/security/libpam_dce.1

For more information, see the manual Managing Systems and Workgroups.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2000 Hewlett-Packard Development Company, L.P.