From 27aef6855f1543547b8190f06fd264d1b52a558d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 6 Apr 2003 18:42:44 +0000 Subject: Regenerate docs (This used to be commit 5a2aaa3d5b039776314067aee953921e7865dc4d) --- docs/htmldocs/pam.html | 68 ++++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 32 deletions(-) (limited to 'docs/htmldocs/pam.html') diff --git a/docs/htmldocs/pam.html b/docs/htmldocs/pam.html index 85e080167e..0ae5e85472 100644 --- a/docs/htmldocs/pam.html +++ b/docs/htmldocs/pam.html @@ -2,8 +2,7 @@ Configuring PAM for distributed but centrally -managed authenticationPAM Configuration for Centrally Managed AuthenticationPrevNextChapter 13. Configuring PAM for distributed but centrally -managed authenticationChapter 18. PAM Configuration for Centrally Managed Authentication

13.1. Samba and PAM18.1. Samba and PAM

A number of Unix systems (eg: Sun Solaris), as well as the @@ -150,7 +148,7 @@ CLASS="FILENAME"

	eg: "auth       required      /other_path/pam_strange_module.so"
+>	auth       required      /other_path/pam_strange_module.so
 	

PAM allows use of replacable modules. Those available on a sample system include:

$/bin/ls /lib/security
+
	$ /bin/ls /lib/security
-	pam_access.so    pam_ftp.so          pam_limits.so     
+>	pam_access.so    pam_ftp.so          pam_limits.so     
 	pam_ncp_auth.so  pam_rhosts_auth.so  pam_stress.so     
 	pam_cracklib.so  pam_group.so        pam_listfile.so   
 	pam_nologin.so   pam_rootok.so       pam_tally.so      
@@ -289,10 +293,10 @@ CLASS="PROGRAMLISTING"
 >	#%PAM-1.0
 	# The PAM configuration file for the `samba' service
 	#
-	auth       required     /lib/security/pam_pwdb.so nullok nodelay shadow audit
-	account    required     /lib/security/pam_pwdb.so audit nodelay
-	session    required     /lib/security/pam_pwdb.so nodelay
-	password   required     /lib/security/pam_pwdb.so shadow md5

In the following example the decision has been made to use the @@ -306,10 +310,10 @@ CLASS="PROGRAMLISTING" > #%PAM-1.0 # The PAM configuration file for the `samba' service # - auth required /lib/security/pam_smbpass.so nodelay - account required /lib/security/pam_pwdb.so audit nodelay - session required /lib/security/pam_pwdb.so nodelay - password required /lib/security/pam_smbpass.so nodelay smbconf=/etc/samba.d/smb.conf

13.2. Distributed Authentication18.2. Distributed Authentication

The astute administrator will realize from this that the @@ -385,8 +389,8 @@ CLASS="SECT1" >

13.3. PAM Configuration in smb.conf18.3. PAM Configuration in smb.conf

There is an option in smb.conf called PrevNextGroup mapping HOWTODesktop Profile ManagementPrinting SupportStackable VFS modules