diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2013-02-08 12:04:16 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2013-02-08 12:04:16 +0000 |
commit | e268a1d60bc90ec0052394ab90a8792afafa7370 (patch) | |
tree | 943db79e4b85ace70dfed2d95ecab50cc2f6108d /usr.sbin/npppd | |
parent | 786eaf282ec6e1cebf19d67077bf7bcb074e8560 (diff) |
Because of the getcap(3) limitation, colon(':') can not be used for
password or username in npppd.conf. Add this in the BUGS section.
pointed out by and ok giovanni
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r-- | usr.sbin/npppd/npppd/npppd-users.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/npppd/npppd/npppd-users.5 b/usr.sbin/npppd/npppd/npppd-users.5 index 5765a11b8d9..da8fd0ff644 100644 --- a/usr.sbin/npppd/npppd/npppd-users.5 +++ b/usr.sbin/npppd/npppd/npppd-users.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: npppd-users.5,v 1.4 2012/09/21 09:03:32 jmc Exp $ +.\" $OpenBSD: npppd-users.5,v 1.5 2013/02/08 12:04:15 yasuoka Exp $ .\" .\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@openbsd.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" The following requests are required for all man pages. .\" -.Dd $Mdocdate: September 21 2012 $ +.Dd $Mdocdate: February 8 2013 $ .Dt NPPPD-USERS 5 .Os .Sh NAME @@ -59,3 +59,7 @@ hana:\\ .Xr getcap 3 , .Xr npppd.conf 5 , .Xr npppd 8 +.Sh BUGS +Colon +.Pq Sq \&: +characters cannot be used in username or password. |