On Tue, 27 Jan 1998, Dirk Wetter wrote:

> 
> Hi,
> 
>  because we don't want to use the corrupted desktop environment ;-) 
> for our site, I compiled xdm with PAM support for Solaris 2.6.
> Unfortunately the setup of the /etc/pam.conf seem to be more difficult
> than I thought, at least I coulnd't succeed to get an integrated login
> for an AFS user. Has anybody succeeded ?

Not on Solaris but on RedHat Linux. We use pam_linux_afs.so for that.
Here is the configuration:

#%PAM-1.0
auth       required     /lib/security/pam_nologin.so
auth       sufficient   /lib/security/pam_linux_afs.so try_first_pass
setpag no_
unlog
auth       required     /lib/security/pam_pwdb.so shadow nullok \
try_first_pass
account    required     /lib/security/pam_pwdb.so
password   required     /lib/security/pam_cracklib.so
password   required     /lib/security/pam_pwdb.so shadow nullok \
use_authtok
session    required     /lib/security/pam_pwdb.so

On Solaris we use CDE with a slightly modified version of the same PAM.
(pam_linux_afs.so, not transarc's PAM) The only change is the setpag call
in the PAM. This works fine with CDE (services dtlogin and dtsession).

-- 

  Tobias Schaefer                               Phone   07071-9457-0
  science + computing gmbh                      FAX     07071-9457-27
  Hagellocher Weg 71                          
  D-72070 Tuebingen     Email: [EMAIL PROTECTED]
        WWW:  http://www.science-computing.de/

  ************************************************************
  ***                                                      ***
  ***                      CeBIT '98                       ***
  ***             19. - 25.3.1998 in Hannover              ***
  ***                                                      ***
  ***                  Halle 21 Stand B40                  ***
  ***                                                      ***
  ************************************************************

Reply via email to