Str�mberg Peter wrote:

> I have this strange problem with HP-UX 11 systems that have AFS installed.
> Even users that are defined locally (has nothing to do with AFS) get
> prompted for an AFS password. They can just hit enter and get on, but
> automatic agents get in trouble. This is probably an RTFM thingy, but I
> can't find it. How can I get rid of this AFS password prompt?
>
> TIA,
> /Peter
> --
> Peter Str�mberg, e-mail: [EMAIL PROTECTED]
> WM-Data Scania, J�rnagatan 41-49, 15127 S�dert�lje
> Tel: 0855383853, Fax: 0855381040

I guess you'll have to check out the ordering in /etc/pam.conf or whatever that file 
is named
under HP-UX.
You probably want to user the use_first_pass or try_first_pass options.

Here is a snippet of what we use on Solaris:

# PAM configuration
#
# Authentication management
#
login   auth required   /usr/lib/security/pam_unix.so.1
login   auth required   /usr/lib/security/pam_dial_auth.so.1
login   auth optional   /usr/lib/security/pam_afs.so.1  use_first_pass
#
#

Hope this can be of some help, even on HP-UX.


Chris.

---
Christer Bern�rus
Chips (DCE) Project Manager
Chalmers University of Technology
SE-412 96 G�teborg, Sweden

Voice: +46 (0)31 772 8656
Fax: +46 (0)31 772 8660
WWW: http://www.cs.chalmers.se/~bernerus
E-mail: [EMAIL PROTECTED]


Reply via email to