You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							345 B
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							345 B
						
					
					
				| # | |
| # Default system PAM configuration | |
| # | |
| # Some documentation on this file format can be found at: | |
| # http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html | |
| # | |
|  | |
| auth		required	pam_unix.so	nullok | |
|  | |
| account		required	pam_unix.so | |
|  | |
| session		required	pam_unix.so | |
|  | |
| password	required	pam_cracklib.so | |
| password	required	pam_unix.so	use_authtok md5 | |
| 
 | |
| 
 |