diff options
author | Thorsten Kukuk <kukuk@suse.com> | 2023-08-03 17:11:32 +0200 |
---|---|---|
committer | Thorsten Kukuk <kukuk@suse.com> | 2023-08-03 17:42:57 +0200 |
commit | 4ba3105511c3a55fc750a790f7310c6d7ebfdfda (patch) | |
tree | 1808a9511ebff51d8d8aa4e9cb1ae6eab09a398e /modules/pam_access/access.conf.5.xml | |
parent | 6caedeff52ee6ae5afce19d22798f895f101a1f1 (diff) | |
download | pam-4ba3105511c3a55fc750a790f7310c6d7ebfdfda.tar.gz pam-4ba3105511c3a55fc750a790f7310c6d7ebfdfda.tar.bz2 pam-4ba3105511c3a55fc750a790f7310c6d7ebfdfda.zip |
pam_access: document IPv6 link-local addresses (#582)
* modules/pam_access/access.conf.5.xml: Add example and note for IPv6
link-local addresses
* modules/pam_access/access.conf: Add example for IPv6 link-local
addresses
Diffstat (limited to 'modules/pam_access/access.conf.5.xml')
-rw-r--r-- | modules/pam_access/access.conf.5.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/modules/pam_access/access.conf.5.xml b/modules/pam_access/access.conf.5.xml index ff1cb223..2dc5d477 100644 --- a/modules/pam_access/access.conf.5.xml +++ b/modules/pam_access/access.conf.5.xml @@ -189,6 +189,12 @@ <para>+:john foo:2001:db8:0:101::1</para> <para> + User <emphasis>john</emphasis> and <emphasis>foo</emphasis> + should get access from IPv6 link local host address. + </para> + <para>+:john foo:fe80::de95:818c:1b55:7e42%eth1</para> + + <para> User <emphasis>john</emphasis> should get access from IPv6 net/mask. </para> <para>+:john:2001:db8:0:101::/64</para> @@ -222,6 +228,10 @@ item and the line will be most probably ignored. For this reason, it is not recommended to put spaces around the ':' characters. </para> + <para> + An IPv6 link local host address must contain the interface + identifier. IPv6 link local network/netmask is not supported. + </para> </refsect1> <refsect1 xml:id="access.conf-see_also"> @@ -246,4 +256,4 @@ introduced by Mike Becher <mike.becher@lrz-muenchen.de>. </para> </refsect1> -</refentry>
\ No newline at end of file +</refentry> |