mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	 47f9c6d0a0
			
		
	
	47f9c6d0a0
	
	
	
		
			
			- Rewrite using current dh_make. - Standards-Version: 4.6.2. - No longer build 3 different packages; only build "ngircd" which now includes support for IDENT, PAM (disabled in the ngircd.conf installed by the package), SSL (OpenSSL), ZLib and IPv6. - Update package description accordingly. - No longer install a SysV init file, only install ngircd.service unit.
		
			
				
	
	
		
			11 lines
		
	
	
		
			417 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			417 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # /etc/pam.d/ngircd
 | |
| 
 | |
| # You have to adjust this configuration to your local setup and needs. Keep in
 | |
| # mind that all PAM modules are run with the privileges of the user account the
 | |
| # ngIRCd daemon runs as ("irc" by default, not root!), so you can't use PAM
 | |
| # modules requiring root privileges (like pam_unix, for example)!
 | |
| 
 | |
| # Log and deny all connections to ngIRCd:
 | |
| auth required pam_warn.so
 | |
| auth required pam_deny.so
 |