#640528 libpam-modules /etc/security/access.conf uses live internet addresses, please replace with 2001:db8::/32 #640528
- Package:
- libpam-modules
- Source:
- pam
- Description:
- Pluggable Authentication Modules for PAM
- Submitter:
- Jeroen Massar
- Date:
- 2011-09-05 22:06:04 UTC
- Severity:
- normal
/etc/security/access.conf contains addresses in the 2001:4ca0::/32 prefix, please per-use the official IPv6 Documentation Prefix as per RFC3849: The quick patch: s/2001:4ca0:/2001:db8:/g Similarly the RFC1918 addresses (192.168.0.0/16) should in theory also be replaced with 192.0.2.0/24, but as RFC1918 is private this is not too much of a concern. The 2001:4ca0::/32 prefix though is actually used by an organization on the Internet. Greets, Jeroen