summaryrefslogtreecommitdiffstats
path: root/libexec/login_radius
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-11-21 22:31:11 +0000
committermillert <millert@openbsd.org>2002-11-21 22:31:11 +0000
commit0c1ccf3a5aa1acaacc50f482fd34207706585195 (patch)
tree831e94cb655014b0e0ae42635c25f42e31247408 /libexec/login_radius
parentInstall this setgid _radius, not setuid root (diff)
downloadwireguard-openbsd-0c1ccf3a5aa1acaacc50f482fd34207706585195.tar.xz
wireguard-openbsd-0c1ccf3a5aa1acaacc50f482fd34207706585195.zip
Add a caveat on /etc/raddb/servers and permissions.
Diffstat (limited to 'libexec/login_radius')
-rw-r--r--libexec/login_radius/login_radius.814
1 files changed, 13 insertions, 1 deletions
diff --git a/libexec/login_radius/login_radius.8 b/libexec/login_radius/login_radius.8
index 120e62d4151..4df430498e3 100644
--- a/libexec/login_radius/login_radius.8
+++ b/libexec/login_radius/login_radius.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_radius.8,v 1.4 2002/03/13 22:37:08 marc Exp $
+.\" $OpenBSD: login_radius.8,v 1.5 2002/11/21 22:31:11 millert Exp $
.\"
.\" Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved.
.\"
@@ -150,3 +150,15 @@ list of radius servers and their associated shared secrets
does not ship with a radius server in the default install, however
several are available via
.Xr packages 7 .
+.Pp
+For
+.Nm
+to function, the
+.Pa /etc/raddb
+directory must be owned by group
+.Dq _radius
+and have group-execute permissions.
+Likewise, the
+.Pa /etc/raddb/servers
+file must be readable by group
+.Dq _radius .