[plug] PAM + SMB + PPP

Anthony J. Breeds-Taurima tony at cantech.net.au
Mon Sep 11 16:55:52 WST 2000


On Mon, 11 Sep 2000, Earnshaw, Mike wrote:

> Guessing heavily here, the first column is a process or action, all of
> which are mandatory and use the third columns 'programs' to work.
> 
> Do I need to create something similar for pppd in pam.d? Or do I need to
> "merge" this PAM into the pppd (2.3.11) source and recompile?

Basically ppp and pppd are the same(in this context) so you'd just add a line
like:
#%PAM-1.0
auth       required     /lib/security/pam_securetty.so
auth       required     /lib/security/pam_smb_auth.so              <---
auth       required     /lib/security/pam_nologin.so
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

to your existing ppp file.

Yours Tony.

/*
 * "The significant problems we face cannot be solved at the 
 * same level of thinking we were at when we created them."
 * --Albert Einstein
 */




More information about the plug mailing list