mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	 e2c9290030
			
		
	
	e2c9290030
	
	
	
		
			
			This is required for backwards compatibility when installing the -full or -full-dbg package variant: PAM is enabled now but no configuration present, so all login attempts would be denied ... Creating /etc/pam.d/ngircd including "auth required pam_permit.so" restores the old behaviour of allowing all connections.
		
			
				
	
	
		
			5 lines
		
	
	
		
			83 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			83 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # /etc/pam.d/ngircd
 | |
| 
 | |
| # allow all connections to ngIRCd
 | |
| auth required pam_permit.so
 |