From c53d1583f0458572cbb113a33de9bc9280dd2817 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 Jun 2012 22:01:37 +0100 Subject: [PATCH] example --- authbind.1 | 10 ++++++++++ debian/changelog | 7 +++++++ 2 files changed, 17 insertions(+) diff --git a/authbind.1 b/authbind.1 index 74d44d7..2cc5a75 100644 --- a/authbind.1 +++ b/authbind.1 @@ -104,6 +104,16 @@ each 16-byte chunk expressed in the minimal nonzero number of hex digits (i.e. with leading zeroes removed), the chunks being separated by colons as is conventional. .PP +So for example an attempt to bind to [2620:106:e002:f00f::21]:80 +would result in authbind calling +.I access(2) +on +.B /etc/authbind/byport/80 +and then +.B /etc/authbind/byaddr/2620:106:e002:f00f::21,80 +and then +.BR /etc/authbind/byaddr/2620:106:e002:f00f:0:0:0:21,80 . +.PP Fourthly, if the question is still unresolved, the file .BI /etc/authbind/byuid/ uid will be opened and read. If the file does not exist then the binding diff --git a/debian/changelog b/debian/changelog index 62e93ed..b87f1b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +authbind (2.1.1) unstable; urgency=low + + * Manpage has an example of which files will be checked for IPv6. + Closes: #676540. + + -- + authbind (2.1.0) unstable; urgency=low * Permissions file lines can contain IPv6 mask/length. -- 2.30.2